From 9620867031c4ddd4c4d380071583f8cd3f2e705d Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 25 Aug 2013 15:09:28 +0200 Subject: [PATCH] Fixed simple bug in creating a new character - it got the wrong puppet hook lock type. --- src/objects/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objects/objects.py b/src/objects/objects.py index aa83900758..a6b74c664c 100644 --- a/src/objects/objects.py +++ b/src/objects/objects.py @@ -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): """