diff options
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/peter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index a6e9a1e67..1d4909cfe 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -168,7 +168,7 @@ L_Start: mesc l("If you miss, walk two or three tiles backwards. This way, you avoid being hit."); next; if (@menu == 2) - mesc l("Squirrel are not healthy, but they aid one each other. Take utmost care."); + mesc l("Squirrels are healthy, but they never attack. They run away from you, so good luck catching it!"); else if (@menu == 4) mesc l("Crocs are dangerous and very healthy, but very slow. Use that on your advantage."); else |