From 398f439d92813b6a3139c99f02d37109db6def79 Mon Sep 17 00:00:00 2001 From: Ecuador-ManaWorld Date: Fri, 22 Apr 2016 21:46:08 +0530 Subject: Try deduction of Resist poison skill quest While doing Resist Poison Skill quest, I lost a try because internet disconnected before the nurse could inject poison. So I think I pushed the try deduction to a later time. --- world/map/npc/009-2/nurse.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'world/map/npc/009-2/nurse.txt') 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) ) -- cgit v1.2.3-60-g2f50