More fixes and cleanup in wake of ic/ooc changes.
This commit is contained in:
parent
86f76d0d08
commit
3e8b43d222
9 changed files with 66 additions and 40 deletions
|
|
@ -190,7 +190,7 @@ class OOCCmdSetCharGen(OOCCmdSet):
|
|||
"""
|
||||
def at_cmdset_creation(self):
|
||||
"Install everything from the default set, then overload"
|
||||
#super(OOCCmdSetExtended, self).at_cmdset_creation()
|
||||
super(OOCCmdSetCharGen, self).at_cmdset_creation()
|
||||
self.add(CmdOOCLook())
|
||||
self.add(CmdOOCCharacterCreate())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue