mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
fix docstring for at_object_spawn
This commit is contained in:
parent
eee996b347
commit
958cdd4b10
1 changed files with 2 additions and 2 deletions
|
|
@ -2052,8 +2052,8 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
|||
|
||||
def at_object_spawn(self):
|
||||
"""
|
||||
Called once when this object is first spawned or updated from a prototype, after all the
|
||||
creation hooks have been run and the object has been saved.
|
||||
Called when this object is spawned or updated from a prototype, after all other
|
||||
hooks have been run.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue