From fbd3ded7eab654d70373eead52cac883a17969dc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 23 Nov 2020 15:05:08 -0300 Subject: Warn new players, both in Pauline as in Waric, that summon spells do not work in towns. --- world/map/npc/001-2/pauline.txt | 2 ++ world/map/npc/017-4/waric.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/world/map/npc/001-2/pauline.txt b/world/map/npc/001-2/pauline.txt index 37cce863..05287653 100644 --- a/world/map/npc/001-2/pauline.txt +++ b/world/map/npc/001-2/pauline.txt @@ -102,6 +102,8 @@ L_Next1: mes "\"Goodbye.\""; set @pauline_state, 2; callsub S_Update_Mask; + next; + mes "##1WARNING: Summoning spells DO NOT work inside towns.##0"; goto L_Close; L_Ingredients: diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt index 7a8c4e68..99bacd13 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -238,6 +238,8 @@ L_Mushroom: next; mes "\"A wicked mushroom will appear to fight for you.\""; set OrumQuest, 37; + next; + mes "##1WARNING: Summoning spells DO NOT work inside towns.##0"; goto L_Close; L_ToxicDart: -- cgit v1.2.3-60-g2f50