summaryrefslogtreecommitdiff
path: root/npc/functions/fishing.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-31 16:38:30 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-31 16:38:30 -0300
commit7156a6353694cbcea9d4d9aaaa9e3857c38c31e8 (patch)
treeee00c23586617216dff3f39af55eb4df861cbe04 /npc/functions/fishing.txt
parent9666bccd4cd3232e675dad60c7c9c4b4c869677c (diff)
downloadserverdata-7156a6353694cbcea9d4d9aaaa9e3857c38c31e8.tar.gz
serverdata-7156a6353694cbcea9d4d9aaaa9e3857c38c31e8.tar.bz2
serverdata-7156a6353694cbcea9d4d9aaaa9e3857c38c31e8.tar.xz
serverdata-7156a6353694cbcea9d4d9aaaa9e3857c38c31e8.zip
Change rare fishing rule. Because... the secret bait.
Diffstat (limited to 'npc/functions/fishing.txt')
-rw-r--r--npc/functions/fishing.txt12
1 files changed, 6 insertions, 6 deletions
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;
}