HttT S02 Fix bug: Missing objective
There actually is an alternate objective for EASY and NORMAL.
This commit is contained in:
parent
66a68bccde
commit
af1ca672a4
1 changed files with 3 additions and 2 deletions
|
@ -25,9 +25,11 @@
|
|||
#ifdef HARD
|
||||
[objective]
|
||||
{ALTERNATIVE_OBJECTIVE_CAPTION}
|
||||
description= _ "Defeat the enemy leader"+{OBJECTIVE_FOOTNOTE _"(special bonus)"}
|
||||
description= _ "Defeat the enemy leader"+{EARLY_FINISH_BONUS_FOOTNOTE}+{OBJECTIVE_FOOTNOTE _"(special bonus)"}
|
||||
condition=win
|
||||
[/objective]
|
||||
#else
|
||||
{ALTERNATIVE_OBJECTIVE_BONUS ( _ "Defeat the enemy leader")}
|
||||
#endif
|
||||
[objective]
|
||||
description= _ "Death of Konrad"
|
||||
|
@ -43,7 +45,6 @@
|
|||
[/objective]
|
||||
|
||||
[gold_carryover]
|
||||
bonus=no
|
||||
carryover_percentage=40
|
||||
[/gold_carryover]
|
||||
[/objectives]
|
||||
|
|
Loading…
Add table
Reference in a new issue