summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-31 00:38:59 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-31 00:38:59 -0300
commit459efd135ea8197bfeabce591c6d9b92af39b224 (patch)
treedbcc7c9d4cd29657723e64a681ad9ea98f3377b9 /npc/005-1
parent72d6f012ff7378938480142a23224d46b8513cc4 (diff)
downloadserverdata-459efd135ea8197bfeabce591c6d9b92af39b224.tar.gz
serverdata-459efd135ea8197bfeabce591c6d9b92af39b224.tar.bz2
serverdata-459efd135ea8197bfeabce591c6d9b92af39b224.tar.xz
serverdata-459efd135ea8197bfeabce591c6d9b92af39b224.zip
Typo
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/sailors.txt2
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 "";