Revert "ANL: also protect Guardians from losing defense by luring out"
This reverts commit b943ecb178
.
This commit is contained in:
parent
9399477a96
commit
dead6d723c
1 changed files with 1 additions and 13 deletions
|
@ -547,7 +547,7 @@
|
|||
[/event]
|
||||
|
||||
# Make AI units destroy player’s buildings
|
||||
# (AI leaders and Level 2 guardians are excluded to not lower their defense)
|
||||
# (AI leaders are excluded to not lower their defense)
|
||||
|
||||
# Villages
|
||||
[event]
|
||||
|
@ -559,9 +559,6 @@
|
|||
[filter_location]
|
||||
terrain=Gg^Vh
|
||||
[/filter_location]
|
||||
[not]
|
||||
status=guardian
|
||||
[/not]
|
||||
[/filter]
|
||||
{MODIFY_TERRAIN "Rd" $x1 $y1}
|
||||
{PLACE_IMAGE "scenery/village-human-burned2.png" $x1 $y1 }
|
||||
|
@ -597,9 +594,6 @@
|
|||
[filter_location]
|
||||
terrain=Gg^Ve,Gg^Vea,Ch,Ce,Cv,Chr,Chw,Chs,Ke,Kv,Kh,Khr
|
||||
[/filter_location]
|
||||
[not]
|
||||
status=guardian
|
||||
[/not]
|
||||
[/filter]
|
||||
{MODIFY_TERRAIN "Rd" $x1 $y1}
|
||||
{PLACE_IMAGE "scenery/rubble.png" $x1 $y1}
|
||||
|
@ -621,9 +615,6 @@
|
|||
[filter_location]
|
||||
terrain=Hh^Vhh
|
||||
[/filter_location]
|
||||
[not]
|
||||
status=guardian
|
||||
[/not]
|
||||
[/filter]
|
||||
{MODIFY_TERRAIN "Hh" $x1 $y1}
|
||||
[sound]
|
||||
|
@ -644,9 +635,6 @@
|
|||
[filter_location]
|
||||
terrain=Mm^Vhh
|
||||
[/filter_location]
|
||||
[not]
|
||||
status=guardian
|
||||
[/not]
|
||||
[/filter]
|
||||
{MODIFY_TERRAIN "Mm" $x1 $y1}
|
||||
[sound]
|
||||
|
|
Loading…
Add table
Reference in a new issue