diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/sailors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt index 945abd3b8..5078fe3d5 100644 --- a/npc/005-1/sailors.txt +++ b/npc/005-1/sailors.txt @@ -104,7 +104,7 @@ L_CureMaster: mesq l("...Dealing with scorpion stingers is a gamble, so we may need a few stingers before making a successful potion."); next; select - rif(countitem(ScorpionStinger) > 1, l("I have a Stinger with me. Try it!")), + rif(countitem(ScorpionStinger) >= 1, l("I have a Stinger with me. Try it!")), l("I see."); mes ""; |