Skip to content

Commit

Permalink
HttT S02 Fix bug: Missing objective
Browse files Browse the repository at this point in the history
There actually is an alternate objective for EASY and NORMAL.
  • Loading branch information
GregoryLundberg committed Aug 12, 2016
1 parent 66a68bc commit af1ca67
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -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"
Expand All @@ -43,7 +45,6 @@
[/objective]

[gold_carryover]
bonus=no
carryover_percentage=40
[/gold_carryover]
[/objectives]
Expand Down

0 comments on commit af1ca67

Please sign in to comment.