Reworked the puppet-checking code into the puppet_object method.
This commit is contained in:
parent
0fcf9501d2
commit
27d2b1ac42
2 changed files with 65 additions and 42 deletions
|
|
@ -995,7 +995,7 @@ class DefaultObject(ObjectDB):
|
|||
Called just after puppeting has been completed and
|
||||
all Player<->Object links have been established.
|
||||
"""
|
||||
pass
|
||||
self.player.db._last_puppet = self
|
||||
|
||||
def at_pre_unpuppet(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue