Skip to content

Commit

Permalink
NR S2: remove unnecessary filter condition
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Mar 7, 2019
1 parent 4dd6efc commit 7461070
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -754,18 +754,12 @@
[/event]

# Give gold to the allies in case their area is invaded
# TODO: check if the filter still fits when editing the map
[event]
name=moveto
[filter]
side=2,3,5,6,7,8
x=24-31
y=21-27
# exclude the ZoC area of the unit guarding the entrance
[not]
x=30,31
y=27,27
[/not]
[/filter]

[gold]
Expand Down

0 comments on commit 7461070

Please sign in to comment.