diff options
Diffstat (limited to 'npc/003-1/well.txt')
-rw-r--r-- | npc/003-1/well.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt index d40808d0c..b4e46f61b 100644 --- a/npc/003-1/well.txt +++ b/npc/003-1/well.txt @@ -4,7 +4,7 @@ // Jesusalva 003-1,45,80,0 script Well#003-1 NPC_NO_SPRITE,{ - if (countitem(Bucket) < 0) { + if (countitem(Bucket) <= 0) { mesc l("This well is too deep and you don't have a bucket."); } else { mesc l("Hey you have a bucket! Too bad there are, you know, HOLES on it, so you can see."); |