Fixed simple bug in creating a new character - it got the wrong puppet hook lock type.

This commit is contained in:
Griatch 2013-08-25 15:09:28 +02:00
parent 06e858b3f6
commit 9620867031

View file

@ -420,7 +420,7 @@ class Object(TypeClass):
"get:all()", # pick up object
"call:true()", # allow to call commands on this object
"tell:perm(Wizards)", # allow emits to this object
"puppet:id(%s) or perm(Immortals) or pperm(Immortals)" % dbref])) # restricts puppeting of this object
"puppet:pid(%s) or perm(Immortals) or pperm(Immortals)" % dbref])) # restricts puppeting of this object
def basetype_posthook_setup(self):
"""