From 453aa4102404a6cff0c7ce9bb77aeba1b7c7160b Mon Sep 17 00:00:00 2001 From: jesusalva Date: Sun, 4 Mar 2018 02:16:52 -0300 Subject: "fix" fishing. It should work, just not like it is supposed to. --- npc/functions/fishing.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index 37a896f28..077e806b0 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -1,3 +1,4 @@ +// TMW2 Script // Evol functions. // Authors: // gumi @@ -190,8 +191,10 @@ function script fishing { { // TODO: rare fish array .@fish_id = .@rare_id; + } else { + // TODO: else common fish array + .@fish_id = .@rare_id; } - // TODO: else common fish array // RNG to obtain a fish if (rand(gettimetick(0) - @fishing_tick) <= .@pull_rand_max) -- cgit v1.2.3-60-g2f50