Reworked the puppet-checking code into the puppet_object method.

This commit is contained in:
Griatch 2015-02-22 19:09:39 +01:00
parent 0fcf9501d2
commit 27d2b1ac42
2 changed files with 65 additions and 42 deletions

View file

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