Changed create_object to have at_object_receive and at_after_move to correctly target the location and not the new object. Resolves #566.

This commit is contained in:
Griatch 2014-09-05 07:52:18 +02:00
parent 079e98884f
commit 3dc35d8b6d
3 changed files with 4 additions and 4 deletions

View file

@ -729,7 +729,7 @@ class Object(TypeClass):
Called after move has completed, regardless of quiet mode or not.
Allows changes to the object due to the location it is now in.
source_location - where we came from
source_location - where we came from. This may be None.
"""
pass