diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/pondfishing.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/npc/functions/pondfishing.txt b/npc/functions/pondfishing.txt index 095a87cfc..d480b1d78 100644 --- a/npc/functions/pondfishing.txt +++ b/npc/functions/pondfishing.txt @@ -127,14 +127,12 @@ function script fishing { { // default baits (bait, chance booster) setarray getvariableofnpc(.bait_ids[0], .@npc$), - SmallTentacles, 0, + SmallTentacles, 2, + PiouLegs, 0, Bread, 0, - Aquada, 1, + Aquada, 2, Tentacles, 2, - BugLeg, 0, - CaveSnakeTongue, 0, - Tentacles, 0, - RoastedMaggot, 1; + BugLeg, 0; } |