This commit is contained in:
Nils Kneuper 2006-08-22 16:05:18 +00:00
parent 3398f6e442
commit e0dc264b5f
2 changed files with 27 additions and 16 deletions

View File

@ -3,7 +3,10 @@ Version 1.1.8+SVN:
* Heir to the Throne * Heir to the Throne
* fixed gold typo in Dwarven Doors (#6481) * fixed gold typo in Dwarven Doors (#6481)
* Isle of the Damned: removed merman recall on HARD * Isle of the Damned: removed merman recall on HARD
* multiplayer maps: * Two Brothers
* fixed showing the objecitv "kill the mage to get the key" if you
already obtained the key (#6704)
* multiplayer maps:
* revised multiplayer maps: Sablestone Delta * revised multiplayer maps: Sablestone Delta
* language and i18n: * language and i18n:
* updated translations: Dutch, Esperanto, Finnish, French, German, Italian, * updated translations: Dutch, Esperanto, Finnish, French, German, Italian,

View File

@ -538,21 +538,29 @@ victory_when_enemies_defeated=no
message= _ "The damn Dark Sorcerer Rotharik has imprisoned me behind this magical barrier. You must get the key from him to free me. You can only open it with the key." message= _ "The damn Dark Sorcerer Rotharik has imprisoned me behind this magical barrier. You must get the key from him to free me. You can only open it with the key."
image="bjarn.png" image="bjarn.png"
[/message] [/message]
[objectives] [if]
side=1 [variable]
[objective] name=Got_Key
description= _ "Kill the dark sorcerer to get the cellkey" numerical_equals=0
condition=win [/variable]
[/objective] [then]
[objective] [objectives]
description= _ "Death of Arne" side=1
condition=lose [objective]
[/objective] description= _ "Kill the dark sorcerer to get the cellkey"
[objective] condition=win
description= _ "Turns run out" [/objective]
condition=lose [objective]
[/objective] description= _ "Death of Arne"
[/objectives] condition=lose
[/objective]
[objective]
description= _ "Turns run out"
condition=lose
[/objective]
[/objectives]
[/then]
[/if]
[/event] [/event]
[event] [event]