summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/well.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt
index 75c8f91ba..fcfc1e59f 100644
--- a/npc/003-1/well.txt
+++ b/npc/003-1/well.txt
@@ -4,8 +4,12 @@
// Jesusalva
003-1,45,80,0 script Well#003-1 NPC_NO_SPRITE,{
-
- mes col("This well is too deep and you don't have a bucket.", 9);
+ if (countitem(Bucket) < 0) {
+ mes col("This well is too deep and you don't have a bucket.", 9);
+ } else {
+ mes col("Hey you have a bucket! Too bad there are, you know, HOLES on it, so you can see.", 9);
+ mes col("That's exactly why you can't use it to get water. Silly.", 9);
+ }
if (!Zeny)
close;
next;