Fix a bug in Character.announce_move_to
This commit is contained in:
parent
c996e8c4b5
commit
fae5877843
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue