HttT S02 Fix bug: Missing objective

There actually is an alternate objective for EASY and NORMAL.
This commit is contained in:
Gregory A Lundberg 2016-08-06 13:00:00 -05:00
parent 66a68bccde
commit af1ca672a4

View file

@ -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]