From 958cdd4b10500043ec880463c99a8ddb18f8c7db Mon Sep 17 00:00:00 2001 From: InspectorCaracal <51038201+InspectorCaracal@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:46:26 -0600 Subject: [PATCH] fix docstring for `at_object_spawn` --- evennia/objects/objects.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index 4b3a9c19d3..f87eb620f5 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -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