Fix a bug in Character.announce_move_to

This commit is contained in:
Vincent Le Goff 2017-03-26 13:34:47 -07:00 committed by Griatch
parent c996e8c4b5
commit fae5877843

View file

@ -91,7 +91,7 @@ class PatchedCharacter:
if exits: if exits:
exits[0].events.call("msg_arrive", character, exits[0], exits[0].events.call("msg_arrive", character, exits[0],
origin, destination, string) origin, destination, string)
string = exits[0].events.get_variable("message") string = exits[0].events.get_variable("message")
mapping = { mapping = {
"character": character, "character": character,