summaryrefslogtreecommitdiff
path: root/npc/003-1/well.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-14 23:18:26 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-14 23:18:26 -0300
commitcc21ed18c814e30842e4d16b490e5c9f32048a53 (patch)
tree55ec2e78c89736e1dadd0f395c596478d2180b7f /npc/003-1/well.txt
parent473e371f27516d852b63ae90c3cb6964a191988e (diff)
downloadserverdata-cc21ed18c814e30842e4d16b490e5c9f32048a53.tar.gz
serverdata-cc21ed18c814e30842e4d16b490e5c9f32048a53.tar.bz2
serverdata-cc21ed18c814e30842e4d16b490e5c9f32048a53.tar.xz
serverdata-cc21ed18c814e30842e4d16b490e5c9f32048a53.zip
Two extra clicks on the well
Diffstat (limited to 'npc/003-1/well.txt')
-rw-r--r--npc/003-1/well.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt
index b1fd40599..f35fc849c 100644
--- a/npc/003-1/well.txt
+++ b/npc/003-1/well.txt
@@ -8,6 +8,7 @@
mes col("This well is too deep and you don't have a bucket.", 9);
if (!Zeny)
close;
+ next;
mes col("Throw a coin?", 9);
if (askyesno() != ASK_YES)
close;
@@ -15,6 +16,7 @@
mes "";
Zeny=Zeny-1;
mes col("You throw a coin on the well.", 9);
+ next;
.@n=rand(0, 10000);
if (.@n <= 10) {