A couple of WML cleanups and a typo fix.

This commit is contained in:
Lari Nieminen 2008-09-22 08:46:03 +00:00
parent 941bbdb1eb
commit d3d145512e
3 changed files with 19 additions and 24 deletions

View File

@ -467,6 +467,13 @@
condition=win condition=win
description=_ "Bring the book back to Malin's castle" description=_ "Bring the book back to Malin's castle"
[/objective] [/objective]
[objective]
condition=lose
description=_ "Death of Malin Keshar"
[/objective]
note= _ "No early finish bonus." + "
20%" + _" of finishing gold carried over to the next scenario."
[/objectives] [/objectives]
[message] [message]

View File

@ -120,17 +120,6 @@
shroud=yes shroud=yes
[/side] [/side]
[side]
# mirror
side=6
colour=black
controller=ai
no_leader=yes
ai_algorithm=idle_ai
fog=yes
shroud=yes
[/side]
[event] [event]
name=prestart name=prestart
@ -343,6 +332,8 @@
animate=yes animate=yes
[/kill] [/kill]
{PUT_TO_RECALL_LIST (role=advisor)}
{FADE_TO_BLACK} {FADE_TO_BLACK}
[redraw] [redraw]
@ -527,7 +518,7 @@
[message] [message]
speaker=Mal Keshar speaker=Mal Keshar
message=_ " Yes, this will do until I can take my new home." message=_ "Yes, this will do until I can take my new home."
[/message] [/message]
[objectives] [objectives]
@ -546,8 +537,8 @@
[/objectives] [/objectives]
# Turns are measured from here # Turns are measured from here
{VARIABLE_OP totalTurns to_variable turn_number} {VARIABLE totalTurns 50}
{VARIABLE_OP totalTurns add 50} {VARIABLE_OP totalTurns add $turn_number}
[modify_turns] [modify_turns]
value=$totalTurns value=$totalTurns
[/modify_turns] [/modify_turns]
@ -585,15 +576,10 @@
equals=5 equals=5
[/variable] [/variable]
[not] [variable]
[have_unit] name=wose_awakened
id=Dumdumbadoom not_equals=yes
[/variable]
[filter_vision]
viewing_side=1
[/filter_vision]
[/have_unit]
[/not]
[then] [then]
{MODIFY_UNIT id=Dumdumbadoom moves 0} {MODIFY_UNIT id=Dumdumbadoom moves 0}
@ -618,6 +604,8 @@
speaker=Dumdumbadoom speaker=Dumdumbadoom
message=_ "Who has awoken me from my slumber? Undead? I shall not suffer the existence of such foul creatures." message=_ "Who has awoken me from my slumber? Undead? I shall not suffer the existence of such foul creatures."
[/message] [/message]
{VARIABLE wose_awakened yes}
[/event] [/event]
[event] [event]

View File

@ -364,7 +364,7 @@
[/message] [/message]
[message] [message]
speaker=Foolish Hero speaker=Foolish Hero
message=_ "Nothing will stop me from taking revenge for my father who died at your hand and for the rest of my people you and your minions have killed, Lich. Orcs, attack! The one who brings me his scull gets a bag of gold." message=_ "Nothing will stop me from taking revenge for my father who died at your hand and for the rest of my people you and your minions have killed, Lich. Orcs, attack! The one who brings me his skull gets a bag of gold."
[/message] [/message]
[/then] [/then]
[/if] [/if]