summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/doctor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-2/doctor.txt')
-rw-r--r--world/map/npc/009-2/doctor.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/world/map/npc/009-2/doctor.txt b/world/map/npc/009-2/doctor.txt
index f44cda64..74bfe8dc 100644
--- a/world/map/npc/009-2/doctor.txt
+++ b/world/map/npc/009-2/doctor.txt
@@ -2,6 +2,7 @@
009-2,148,25,0|script|Doctor|107
{
+ if ($@CRC22) goto L_CRCDay;
set @inspector, ((QUEST_Hurnscald & NIBBLE_3_MASK) >> NIBBLE_3_SHIFT);
if (getequipid(equip_head) == 616) goto L_Axe;
@@ -85,4 +86,11 @@ L_NohMask:
L_Close:
set @inspector, 0;
close;
+
+L_CRCDay:
+ mes "[Doctor]";
+ mes "\"Gimme a moment, I'll heal you and sneak you out of the town. Be careful, I heard the players were heading up ##BNorth##b!\"";
+ heal 10000, 10000;
+ warp "008-1", 110, 45;
+ close;
}