summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/nurse.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-2/nurse.txt')
-rw-r--r--world/map/npc/009-2/nurse.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/009-2/nurse.txt b/world/map/npc/009-2/nurse.txt
index efad521a..f43c4751 100644
--- a/world/map/npc/009-2/nurse.txt
+++ b/world/map/npc/009-2/nurse.txt
@@ -350,7 +350,7 @@ L_choosePut:
L_m_hl_m_vn:
//poison for 3 minutes
- sc_start sc_poison, 1, 20;
+ sc_start SC_POISON, 1, 20;
mes "You begin to feel really dizzy. And you feel so light - you can't help yourself and burst out with laughter. What a strange feeling!";
next;
mes "The nurse looks at you with a really worried look on her face. As you open your mouth to tell her that you feel alright, the content of your stomach finds its way out through your throat and on the floor.";
@@ -360,7 +360,7 @@ L_m_hl_m_vn:
L_m_hl_l_vn:
//poison for 1 minute
- sc_start sc_poison, 1, 20;
+ sc_start SC_POISON, 1, 20;
mes "You feel the pain of the poison weaken. This seems promising. The thought that you might have been successful makes you feel enormously happy.";
next;
mes "But a few seconds later, you wonder what was the reason for your happiness.";
@@ -381,7 +381,7 @@ L_m_hl_l_vn:
L_hl_m_vn:
// first poison for 10 minutes, player will die anyway
- sc_start sc_poison, 1, 20;
+ sc_start SC_POISON, 1, 20;
mes "You feel a sting in your stomach and your heart starts pounding loudly.";
next;
mes "The room is getting dark.";
@@ -397,7 +397,7 @@ L_hl_m_vn:
L_hl_l_vn:
//poison for 1 minute
- sc_start sc_poison, 1, 20;
+ sc_start SC_POISON, 1, 20;
mes "The antidote seems to have no effect.";
goto L_check_st;