diff options
-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, |