mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 19:07:16 +00:00
Fix bugged if conditions
Clean up some variables correctly
This commit is contained in:
parent
b31d5bce16
commit
45dd008589
@ -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…
x
Reference in New Issue
Block a user