Skip to content

Commit

Permalink
Liberty S8: Fix some event filters
Browse files Browse the repository at this point in the history
(cherry-picked from commit d13c451)
  • Loading branch information
DisherProject authored and sigurdfdragon committed Oct 7, 2018
1 parent 258f4e8 commit 912dfcc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions data/campaigns/Liberty/scenarios/08_Glory.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
{BAD_CAVALRY 31}

#
# Special Event - the first time you kill one of them, they catch on
# Special Event - the first time you attack one of them, they catch on
# that you're trying to storm the fortress (color dialogue)
#
[event]
Expand All @@ -601,9 +601,12 @@
[event]
name=moveto
[filter]
x,y=20,16
radius=4
side=1,4,5
[filter_location]
x,y=20,16
radius=4
[/filter_location]

side=1,3,4,5
[/filter]
[message]
speaker=Dommel
Expand All @@ -619,7 +622,7 @@
name=moveto
[filter]
x,y={X},{Y}
side=1,5
side=1
[/filter]
[message]
speaker=unit
Expand Down

0 comments on commit 912dfcc

Please sign in to comment.