summaryrefslogtreecommitdiff
path: root/npc/005-1/sailors.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-31 00:37:51 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-31 00:37:51 -0300
commit72d6f012ff7378938480142a23224d46b8513cc4 (patch)
treee2a90e1cca09fabb5898b3fda7467efaea8279f5 /npc/005-1/sailors.txt
parent3c09c44f0a5a1880308648574e1db7e556b126fd (diff)
downloadserverdata-72d6f012ff7378938480142a23224d46b8513cc4.tar.gz
serverdata-72d6f012ff7378938480142a23224d46b8513cc4.tar.bz2
serverdata-72d6f012ff7378938480142a23224d46b8513cc4.tar.xz
serverdata-72d6f012ff7378938480142a23224d46b8513cc4.zip
Fix bugs
Diffstat (limited to 'npc/005-1/sailors.txt')
-rw-r--r--npc/005-1/sailors.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt
index 91386a786..945abd3b8 100644
--- a/npc/005-1/sailors.txt
+++ b/npc/005-1/sailors.txt
@@ -99,7 +99,8 @@ L_Complete:
L_CureMaster:
if (countitem(ScorpionStinger) < 1)
close;
-
+ next;
+ mesn;
mesq l("...Dealing with scorpion stingers is a gamble, so we may need a few stingers before making a successful potion.");
next;
select
@@ -117,7 +118,7 @@ L_CureLoop:
setq2 CandorQuest_SailorCure, getq2(CandorQuest_SailorCure)+1;
if (rand(5) == 2) // Crazyfefe like this number :3
goto L_questCure_success;
- goto questCure_failure;
+ goto L_questCure_failure;
L_questCure_success:
if (getq2(CandorQuest_SailorCure) * 30 < 240)