More fixes and cleanup in wake of ic/ooc changes.

This commit is contained in:
Griatch 2011-11-06 23:55:24 +01:00
parent 86f76d0d08
commit 3e8b43d222
9 changed files with 66 additions and 40 deletions

View file

@ -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())