diff options
Diffstat (limited to 'npc/functions/fishing.txt')
-rw-r--r-- | npc/functions/fishing.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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) |