From e11cd34e0a46993c9782f272a982c6193dff3d5e Mon Sep 17 00:00:00 2001 From: josteph Date: Mon, 9 Sep 2019 10:13:59 +0000 Subject: [PATCH] HttT S23: Give a more explicit hint on EASY Thanks to forum user "Poison". (cherry picked from commit 973a3ee320802c43067ac9bde67f969cbe4b95bc) --- .../Heir_To_The_Throne/scenarios/23_Test_of_the_Clans.cfg | 3 +++ data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/data/campaigns/Heir_To_The_Throne/scenarios/23_Test_of_the_Clans.cfg b/data/campaigns/Heir_To_The_Throne/scenarios/23_Test_of_the_Clans.cfg index b8fd2de40616..680b270add09 100644 --- a/data/campaigns/Heir_To_The_Throne/scenarios/23_Test_of_the_Clans.cfg +++ b/data/campaigns/Heir_To_The_Throne/scenarios/23_Test_of_the_Clans.cfg @@ -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] # diff --git a/data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg b/data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg index e7a80fc3e3bc..4a12d95cc793 100644 --- a/data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg +++ b/data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg @@ -833,3 +833,11 @@ fire: +10%" [/then] [/if] #enddef + +#define NARRATOR_MESSAGE MSG + [message] + speaker=narrator + image="wesnoth-icon.png" + message= {MSG} + [/message] +#enddef