diff options
Diffstat (limited to 'npc/003-1/well.txt')
-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) { |