mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 21:43:34 +00:00
NR S12: hide empty sides
There has been a report that some scenario would be nearly unbeatable if they are empty in the first place, so this has the side effect of not showing the player that he misses something. (Nevertheless, they should be hidden) [ci skip] (cherry-picked from commit 47c3947d0aa651fd32545d6292d5cfed9fd02864)
This commit is contained in:
parent
8f087902d8
commit
3265026db8
@ -293,6 +293,11 @@
|
||||
y=3,4,5,3,4,5,3,4,5
|
||||
terrain=Gs^Fp
|
||||
[/terrain]
|
||||
|
||||
[modify_side]
|
||||
sie=4
|
||||
hidden=yes
|
||||
[/modify_side]
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
@ -354,6 +359,12 @@
|
||||
{CLEAR_VARIABLE place_eryssa_at}
|
||||
{CLEAR_VARIABLE eryssa_starts_at}
|
||||
[/then]
|
||||
[else]
|
||||
[modify_side]
|
||||
sie=5
|
||||
hidden=yes
|
||||
[/modify_side]
|
||||
[/else]
|
||||
[/if]
|
||||
|
||||
# Recall heroes
|
||||
|
Loading…
x
Reference in New Issue
Block a user