diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 16:36:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 16:36:19 -0300 |
commit | 9666bccd4cd3232e675dad60c7c9c4b4c869677c (patch) | |
tree | 9485635fe0e014cb33cb4c6038799c3339b4e2eb /npc | |
parent | 98dbd459fbbbb7b244c5685e16223e4965d70a15 (diff) | |
download | serverdata-9666bccd4cd3232e675dad60c7c9c4b4c869677c.tar.gz serverdata-9666bccd4cd3232e675dad60c7c9c4b4c869677c.tar.bz2 serverdata-9666bccd4cd3232e675dad60c7c9c4b4c869677c.tar.xz serverdata-9666bccd4cd3232e675dad60c7c9c4b4c869677c.zip |
Update stuff fishing-related
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/fishing.txt | 1 | ||||
-rw-r--r-- | npc/items/books.txt | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index 6cbc33ac0..70ccaa2cf 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -135,7 +135,6 @@ function script fishing { Tentacles, 2, BugLeg, 0, CaveSnakeTongue, 0, - Tentacles, 0, RoastedMaggot, 1; } diff --git a/npc/items/books.txt b/npc/items/books.txt index f4d4b5365..03636eb65 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -47,7 +47,7 @@ l("Some types of fish also enjoy @@ quite a bit.", getitemlink(Aquada)), l("Some people, however, prefer to fish with more unorthodox baits, such as @@ or @@.", - getitemlink(UrchinMeat), getitemlink(TortugaTongue)); + getitemlink(RoastedMaggot), getitemlink(CaveSnakeTongue)); break; case 3: narrator S_FIRST_BLANK_LINE | S_LAST_NEXT, |