From cc21ed18c814e30842e4d16b490e5c9f32048a53 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Jun 2018 23:18:26 -0300 Subject: Two extra clicks on the well --- npc/003-1/well.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc') 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) { -- cgit v1.2.3-60-g2f50