mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 22:17:00 +00:00
fixed bug #6704
This commit is contained in:
parent
3398f6e442
commit
e0dc264b5f
@ -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,
|
||||||
|
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user