Do not init sdesc for everyone
This commit is contained in:
parent
6d40d8f49c
commit
8b34061620
1 changed files with 1 additions and 1 deletions
|
@ -1678,7 +1678,7 @@ class ContribRPCharacter(ClothedCharacter, ContribRPObject):
|
|||
|
||||
self.cmdset.add(RPSystemCmdSet, persistent=True)
|
||||
# initializing sdesc
|
||||
self.sdesc.add("A normal person")
|
||||
# self.sdesc.add("A normal person")
|
||||
|
||||
def at_pre_say(self, message, **kwargs):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue