possible fix for rogue armor in HttT
This commit is contained in:
parent
c665ff3b22
commit
30acbe8464
1 changed files with 19 additions and 13 deletions
|
@ -320,8 +320,8 @@
|
|||
[story]
|
||||
[if]
|
||||
[variable]
|
||||
name=path_snow_plains
|
||||
equals=yes
|
||||
name=A_Choice_Was_Made
|
||||
equals=a
|
||||
[/variable]
|
||||
[then]
|
||||
[part]
|
||||
|
@ -333,7 +333,13 @@
|
|||
{CROSS 759 179}
|
||||
[/part]
|
||||
[/then]
|
||||
[else]
|
||||
[/if]
|
||||
[if]
|
||||
[variable]
|
||||
name=A_Choice_Was_Made
|
||||
equals=b
|
||||
[/variable]
|
||||
[then]
|
||||
[part]
|
||||
background=maps/wesnoth-httt.jpg
|
||||
show_title=yes
|
||||
|
@ -345,7 +351,7 @@
|
|||
{DOT 750 200}
|
||||
{CROSS 759 179}
|
||||
[/part]
|
||||
[/else]
|
||||
[/then]
|
||||
[/if]
|
||||
[/story]
|
||||
#enddef
|
||||
|
@ -353,15 +359,15 @@
|
|||
#define BIGMAP_ELVEN_COUNCIL
|
||||
[story]
|
||||
[part]
|
||||
background=maps/wesnoth-httt.jpg
|
||||
show_title=yes
|
||||
{DOT 778 181}
|
||||
{DOT 793 181}
|
||||
{DOT 808 181}
|
||||
{DOT 823 181}
|
||||
{DOT 837 179}
|
||||
{DOT 852 175}
|
||||
{CROSS 861 178}
|
||||
background=maps/wesnoth-httt.jpg
|
||||
show_title=yes
|
||||
{DOT 778 181}
|
||||
{DOT 793 181}
|
||||
{DOT 808 181}
|
||||
{DOT 823 181}
|
||||
{DOT 837 179}
|
||||
{DOT 852 175}
|
||||
{CROSS 861 178}
|
||||
[/part]
|
||||
[/story]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue