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