From 6266401c2d4fe048330295e8c312a4993f67424b Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 25 Mar 2017 11:40:55 +0100 Subject: [PATCH] Re-add bool return name, it is required by API generator. --- evennia/objects/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index 0a765fd07b..d866f2e9af 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -1135,7 +1135,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)): destination (Object): The object we are moving to Returns: - (bool): If we should move or not. + shouldmove (bool): If we should move or not. Notes: If this method returns False/None, the move is cancelled