diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 00:37:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 00:37:51 -0300 |
commit | 72d6f012ff7378938480142a23224d46b8513cc4 (patch) | |
tree | e2a90e1cca09fabb5898b3fda7467efaea8279f5 /npc/005-1/sailors.txt | |
parent | 3c09c44f0a5a1880308648574e1db7e556b126fd (diff) | |
download | serverdata-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.txt | 5 |
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) |