From 7156a6353694cbcea9d4d9aaaa9e3857c38c31e8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 31 May 2018 16:38:30 -0300 Subject: Change rare fishing rule. Because... the secret bait. --- npc/functions/fishing.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/functions/fishing.txt') diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index 70ccaa2cf..784efeae7 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -129,13 +129,13 @@ function script fishing { { // default baits (bait, chance booster) setarray getvariableofnpc(.bait_ids[0], .@npc$), - SmallTentacles, 0, - Bread, 0, - Aquada, 1, - Tentacles, 2, + SmallTentacles, 1, + Bread, 1, + Aquada, 2, + Tentacles, 3, BugLeg, 0, - CaveSnakeTongue, 0, - RoastedMaggot, 1; + CaveSnakeTongue, 1, + RoastedMaggot, 2; } -- cgit v1.2.3-60-g2f50