From d3adad5a4f9b965447e8f213012311b2ab024e81 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 30 Jun 2018 12:46:11 -0300 Subject: Bad Operand --- npc/003-1/well.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- cgit v1.2.3-60-g2f50