summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/doctor.txt
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-11-08 02:48:47 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-08 02:48:47 +0000
commit1a2a94670d4eb1c6491232f94c234b0490bf138b (patch)
tree486c1b0688bda45f2b19039a2b86925d447ee3d4 /world/map/npc/009-2/doctor.txt
parent0ebf2259fc1c7e5350ba321b39d4df0724e17404 (diff)
parent74684a3bb6b3794e46f979e1fbce56db46ad27f7 (diff)
downloadserverdata-1a2a94670d4eb1c6491232f94c234b0490bf138b.tar.gz
serverdata-1a2a94670d4eb1c6491232f94c234b0490bf138b.tar.bz2
serverdata-1a2a94670d4eb1c6491232f94c234b0490bf138b.tar.xz
serverdata-1a2a94670d4eb1c6491232f94c234b0490bf138b.zip
Merge branch 'matkpot' into 'master'
SC_MATKPOT See merge request legacy/serverdata!679
Diffstat (limited to 'world/map/npc/009-2/doctor.txt')
-rw-r--r--world/map/npc/009-2/doctor.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/009-2/doctor.txt b/world/map/npc/009-2/doctor.txt
index 74bfe8dc..d7c607d3 100644
--- a/world/map/npc/009-2/doctor.txt
+++ b/world/map/npc/009-2/doctor.txt
@@ -28,7 +28,7 @@ L_Next:
L_Cure:
mes "[Doctor]";
- if (sc_check(sc_poison))
+ if (sc_check(SC_POISON))
goto L_CurePoison;
mes "The doctor examines you briefly.";
mes "\"Nonsense! You look fine and dandy to me. All you need is a bit more exercise and fresh fruit in your diet!\"";
@@ -42,8 +42,8 @@ L_CurePoison:
mes "\"Now hold still, this won't hurt a bit...\"";
next;
mes "[Doctor]";
- sc_end(sc_poison);
- sc_end(sc_slowpoison);
+ sc_end(SC_POISON);
+ sc_end(SC_SLOWPOISON);
mes "*Ouch!*";
mes "\"Next time, be more careful! Make sure to cook any meats before you eat them, and don't eat fish once it starts to smell.\"";
goto L_Close;