From 664ce178b2d9e2af8539190892c9573db89ddf76 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 4 Feb 2017 11:23:15 +0100 Subject: [PATCH] Expanded docstring of at_object_receive to note the possibility. --- evennia/objects/objects.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index 919610230d..3dda680476 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -1225,6 +1225,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)): Args: moved_obj (Object): The object moved into this one source_location (Object): Where `moved_object` came from. + Note that this could be `None`. """ pass