Skip to content

Commit

Permalink
EI S8: Fix event not being fired
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DisherProject authored and ln-zookeeper committed Sep 2, 2018
1 parent e078196 commit 643f133
Showing 1 changed file with 5 additions and 8 deletions.
Expand Up @@ -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
Expand Down

0 comments on commit 643f133

Please sign in to comment.