mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 03:20:26 +00:00
EI S8: Fix event not being fired
The second event took as filtered unit an ogre that has reached the border of the map. Unfortunately, he was removed by the map before such event was fired, causing it to never happen. (cherry-picked from commit 643f1336dd92982850b4f61b9af6ce2d6a8c5d77)
This commit is contained in:
parent
71c3a565db
commit
ba22ab7a73
@ -186,17 +186,14 @@
|
||||
[/kill]
|
||||
|
||||
{CLEAR_VARIABLE ogre_escape_msgs}
|
||||
|
||||
[fire_event]
|
||||
name=first ogre escapes
|
||||
[/fire_event]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=moveto
|
||||
|
||||
[filter]
|
||||
race=ogre
|
||||
[filter_location]
|
||||
{MAP_EDGES_SLF}
|
||||
[/filter_location]
|
||||
[/filter]
|
||||
name=first ogre escapes
|
||||
|
||||
[message]
|
||||
speaker=Gweddry
|
||||
|
Loading…
x
Reference in New Issue
Block a user