fixed bug #6704
This commit is contained in:
parent
3398f6e442
commit
e0dc264b5f
2 changed files with 27 additions and 16 deletions
|
@ -3,7 +3,10 @@ Version 1.1.8+SVN:
|
|||
* Heir to the Throne
|
||||
* fixed gold typo in Dwarven Doors (#6481)
|
||||
* 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
|
||||
* language and i18n:
|
||||
* updated translations: Dutch, Esperanto, Finnish, French, German, Italian,
|
||||
|
|
|
@ -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."
|
||||
image="bjarn.png"
|
||||
[/message]
|
||||
[objectives]
|
||||
side=1
|
||||
[objective]
|
||||
description= _ "Kill the dark sorcerer to get the cellkey"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Arne"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Turns run out"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[/objectives]
|
||||
[if]
|
||||
[variable]
|
||||
name=Got_Key
|
||||
numerical_equals=0
|
||||
[/variable]
|
||||
[then]
|
||||
[objectives]
|
||||
side=1
|
||||
[objective]
|
||||
description= _ "Kill the dark sorcerer to get the cellkey"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Death of Arne"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "Turns run out"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[/objectives]
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
|
|
Loading…
Add table
Reference in a new issue