Added missing scenario objective.
Should not break string freeze as it is copied verbatim from the next scenario.
This commit is contained in:
parent
81165c725f
commit
349253628d
2 changed files with 8 additions and 1 deletions
|
@ -4,6 +4,9 @@ Version 1.11.11+dev:
|
|||
game had been reloaded (bug #21750). This was a general bug in the RCA AI
|
||||
mechanism and applied to other CAs as well, but it was most visible in the
|
||||
Micro AIs.
|
||||
* Campaigns:
|
||||
* The Hammer of Thursagan:
|
||||
* Fixed missing objective in 'The Court of Karrag'.
|
||||
* Language and i18n:
|
||||
* Updated translations: German
|
||||
* Miscellaneous and bug fixes:
|
||||
|
|
|
@ -163,7 +163,11 @@
|
|||
description=_"Death of Angarthing"
|
||||
condition="lose"
|
||||
[/objective]
|
||||
|
||||
[objective]
|
||||
description=_"Death of Dulcatulos"
|
||||
condition="lose"
|
||||
[/objective]
|
||||
|
||||
{TURNS_RUN_OUT}
|
||||
|
||||
[gold_carryover]
|
||||
|
|
Loading…
Add table
Reference in a new issue