LoW::7: Fixed a bug which caused the orcs to flee...
...before the battle begins.
This commit is contained in:
parent
b16c46e46e
commit
f425ccec1b
1 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue