mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Make DefaultObject echo confirmation when being puppeted, as per #1923
This commit is contained in:
parent
96490386a1
commit
b609c548f0
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