diff options
author | Ecuador-ManaWorld <Ecuador@email.com> | 2016-04-22 21:46:08 +0530 |
---|---|---|
committer | Ecuador-ManaWorld <Ecuador@email.com> | 2016-04-22 21:46:08 +0530 |
commit | 398f439d92813b6a3139c99f02d37109db6def79 (patch) | |
tree | eaf183ec143d17f21a680cc2649c76f2b4e87bec /world/map/npc | |
parent | cab5e80475f0fa1370b8587c519bb6b6b7c6190a (diff) | |
download | serverdata-398f439d92813b6a3139c99f02d37109db6def79.tar.gz serverdata-398f439d92813b6a3139c99f02d37109db6def79.tar.bz2 serverdata-398f439d92813b6a3139c99f02d37109db6def79.tar.xz serverdata-398f439d92813b6a3139c99f02d37109db6def79.zip |
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.
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/009-2/nurse.txt | 3 |
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) ) |