Fix bugged if conditions
Clean up some variables correctly
This commit is contained in:
parent
b31d5bce16
commit
45dd008589
1 changed files with 10 additions and 2 deletions
|
@ -16,7 +16,11 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=second_unit.side
|
||||
value=2
|
||||
equals=2
|
||||
[/variable]
|
||||
[variable]
|
||||
name=turn_number
|
||||
less_than=13
|
||||
[/variable]
|
||||
[then]
|
||||
#ifdef HARD
|
||||
|
@ -34,7 +38,11 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=second_unit.side
|
||||
value=3
|
||||
equals=3
|
||||
[/variable]
|
||||
[variable]
|
||||
name=turn_number
|
||||
less_than=13
|
||||
[/variable]
|
||||
[then]
|
||||
#ifdef HARD
|
||||
|
|
Loading…
Add table
Reference in a new issue