From 5bd3bfec345b004141f6c5a74aa2f1a0f04efb30 Mon Sep 17 00:00:00 2001 From: Alige Date: Wed, 25 Jan 2017 18:01:15 +0400 Subject: Fixed issue in fishing guide script. --- npc/001-2-4/books.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/001-2-4/books.txt b/npc/001-2-4/books.txt index c164ded3..39113fad 100644 --- a/npc/001-2-4/books.txt +++ b/npc/001-2-4/books.txt @@ -63,9 +63,9 @@ OnInit: case 3: narrator 1 | 4, l("Find yourself a nice dry spot on a coast where you can easily reach into deep water."), - l("Fishing next to shallow water is not going to work well, because fishes seldom go there."); + l("Fishing next to shallow water is not going to work well, because fishes seldom go there."), l("You can easily identify fishing spots, small bubbles and fishes are visible from the surface."), - l("Don't forget to come as close as possible to these spots!"), + l("Don't forget to come as close as possible to these spots!"); break; case 4: narrator 1 | 4, -- cgit v1.2.3-70-g09d2