diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-14 23:18:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-14 23:18:26 -0300 |
commit | cc21ed18c814e30842e4d16b490e5c9f32048a53 (patch) | |
tree | 55ec2e78c89736e1dadd0f395c596478d2180b7f /npc | |
parent | 473e371f27516d852b63ae90c3cb6964a191988e (diff) | |
download | serverdata-cc21ed18c814e30842e4d16b490e5c9f32048a53.tar.gz serverdata-cc21ed18c814e30842e4d16b490e5c9f32048a53.tar.bz2 serverdata-cc21ed18c814e30842e4d16b490e5c9f32048a53.tar.xz serverdata-cc21ed18c814e30842e4d16b490e5c9f32048a53.zip |
Two extra clicks on the well
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/well.txt | 2 |
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) { |