diff options
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/books.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt index 7b16293e3..4183b9b51 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -47,7 +47,8 @@ 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(RoastedMaggot), getitemlink(CaveSnakeTongue)); + getitemlink(RoastedMaggot), getitemlink(CaveSnakeTongue)), + l("Other food can be used as a bait, too."); break; case 3: narrator S_FIRST_BLANK_LINE | S_LAST_NEXT, |