diff options
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/001-2/pauline.txt | 2 | ||||
-rw-r--r-- | world/map/npc/017-4/waric.txt | 2 |
2 files changed, 4 insertions, 0 deletions
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: |