Do not init sdesc for everyone

This commit is contained in:
Alexander Yakovlev 2023-02-04 18:47:00 +07:00
parent 6d40d8f49c
commit 8b34061620

View file

@ -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):
"""