Removed some old and now confusing, unsused variables and added some documenting strings.

This commit is contained in:
Griatch 2012-12-08 15:39:09 +01:00
parent 030c245b5b
commit 949da47917
4 changed files with 2 additions and 4 deletions

View file

@ -774,8 +774,6 @@ class Character(Object):
"call:false()"])) # no commands can be called on character from outside
# add the default cmdset
self.cmdset.add_default(settings.CMDSET_DEFAULT, permanent=True)
# no other character should be able to call commands on the Character.
self.cmdset.outside_access = False
def at_object_creation(self):
"""