LoW::7: Fixed a bug which caused the orcs to flee...

...before the battle begins.
This commit is contained in:
Fabian Müller 2010-10-18 13:08:28 +00:00
parent b16c46e46e
commit f425ccec1b

View file

@ -397,12 +397,21 @@
#Let the orcs flee if their numbers go low and the player's go high
[event]
name=side 4 turn
first_time_only=no
[filter_condition]
[variable]
name=turn_number
greater_than=1
[/variable]
[/filter_condition]
[if]
[have_unit]
side=4,5,6,7
count=1-30
count=1-20
[/have_unit]
[have_unit]
side=1,2,3,8