Update 'commands/default_cmdsets.py'

This commit is contained in:
Kaypar 2023-01-08 07:05:46 +00:00
parent 486326bced
commit 64c00188b5
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ class CharacterCmdSet(default_cmds.CharacterCmdSet):
# Clothing: wear
self.add(ClothedCharacterCmdSet())
#container keys
self.add(container.CmdChestKey())
class AccountCmdSet(default_cmds.AccountCmdSet):
"""
This is the cmdset available to the Account at all times. It is