possible fix for rogue armor in HttT

This commit is contained in:
Scott Klempner 2006-07-14 00:35:31 +00:00
parent c665ff3b22
commit 30acbe8464

View file

@ -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