diff options
-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) |