Skip to content

Commit

Permalink
HttT S23: Give a more explicit hint on EASY
Browse files Browse the repository at this point in the history
Thanks to forum user "Poison".

(cherry picked from commit 973a3ee)
  • Loading branch information
jostephd committed Sep 14, 2019
1 parent a2ca54f commit e11cd34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Expand Up @@ -312,6 +312,9 @@
speaker=Sir Alric
message= _ "Aye."
[/message]
#ifdef EASY
{NARRATOR_MESSAGE (_ "If you reduce Lord Bayar, Sir Ruga, Sir Daryn, or Sir Alric to 0HP, you’ll receive a reward!")}
#endif
[/event]

#
Expand Down
8 changes: 8 additions & 0 deletions data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg
Expand Up @@ -833,3 +833,11 @@ fire: +10%"
[/then]
[/if]
#enddef

#define NARRATOR_MESSAGE MSG
[message]
speaker=narrator
image="wesnoth-icon.png"
message= {MSG}
[/message]
#enddef

0 comments on commit e11cd34

Please sign in to comment.