summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/009-2/nurse.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/009-2/nurse.txt b/world/map/npc/009-2/nurse.txt
index 8a5b3862..efad521a 100644
--- a/world/map/npc/009-2/nurse.txt
+++ b/world/map/npc/009-2/nurse.txt
@@ -240,7 +240,6 @@ L_Exp_Game:
"Alright.", L_Game;
L_Game:
- set @Q_poison, @Q_poison + 1;
callsub S_Update_Var;
// healing, venom, stabilizer
callsub L_Load_Need;
@@ -331,6 +330,8 @@ L_choosePut:
mes "You lift the glass to your lips and drink it all at once.";
next;
+ set @Q_poison, @Q_poison + 1;
+
if ( (@hlPut > @hlNeed) && (@vnPut > @vnNeed) )
goto L_m_hl_m_vn;
if ( (@hlPut > @hlNeed) && (@vnPut <= @vnNeed) )