Fixed broken scenario id references and changed the scenario id...
..."07a_Dealing with Dwarves" to "07a_Dealing_with_Dwarves".
This commit is contained in:
parent
48a75de2c9
commit
41b77e617f
3 changed files with 5 additions and 5 deletions
|
@ -3113,7 +3113,7 @@
|
|||
|
||||
[endlevel]
|
||||
result=victory
|
||||
next_scenario=6a_In_the_Tunnels_of_the_Trolls
|
||||
next_scenario=06a_In_the_Tunnels_of_the_Trolls
|
||||
bonus=yes
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
|
@ -3358,7 +3358,7 @@
|
|||
|
||||
[endlevel]
|
||||
result=victory
|
||||
next_scenario="6b_In the Domain of the Dwarves"
|
||||
next_scenario=06b_In_the_Domain_of_the_Dwarves
|
||||
bonus=yes
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
|
@ -3379,7 +3379,7 @@
|
|||
|
||||
[endlevel]
|
||||
result=victory
|
||||
next_scenario=6a_In_the_Tunnels_of_the_Trolls
|
||||
next_scenario=06a_In_the_Tunnels_of_the_Trolls
|
||||
bonus=yes
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
{SCENARIO_MUSIC "the_deep_path.ogg"}
|
||||
|
||||
next_scenario=07a_Dealing with Dwarves
|
||||
next_scenario=07a_Dealing_with_Dwarves
|
||||
|
||||
#max turns in scenario varies depending on difficulty
|
||||
{TURNS 62 58 56}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Level 7.1: Dealing with Dwarves
|
||||
|
||||
[scenario]
|
||||
id=07a_Dealing with Dwarves
|
||||
id=07a_Dealing_with_Dwarves
|
||||
name= _ "Dealing with Dwarves"
|
||||
|
||||
{UTBS_MAP 07a_Dealing_with_Dwarves.map}
|
||||
|
|
Loading…
Add table
Reference in a new issue