mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Make DefaultObject echo confirmation when being puppeted, as per #1923
This commit is contained in:
parent
05fd75198e
commit
be44882143
1 changed files with 1 additions and 0 deletions
|
|
@ -1227,6 +1227,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
|||
puppeting this Object.
|
||||
|
||||
"""
|
||||
self.msg(f"You become |w{self.key}|n.")
|
||||
self.account.db._last_puppet = self
|
||||
|
||||
def at_pre_unpuppet(self, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue