From b77a72f3f082f0cde1ab3cab3055f53c5a38c555 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Jul 2018 21:56:12 -0300 Subject: Minor changes to random talk --- npc/functions/random-talk.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions/random-talk.txt') diff --git a/npc/functions/random-talk.txt b/npc/functions/random-talk.txt index c6db44c43..a5bea0568 100644 --- a/npc/functions/random-talk.txt +++ b/npc/functions/random-talk.txt @@ -56,8 +56,8 @@ function script sailortalk { .@rand = rand(8); if (.@rand == 0) goodbye; - if (.@rand == 1) npctalkonce(l("Ah, this is boring.")); - if (.@rand == 2) npctalkonce(l("Good to hear from you!")); + if (.@rand == 1) npctalkonce(l("Arr, I'm bored!")); + if (.@rand == 2) npctalkonce(l("Hey! Good to hear from you!")); if (.@rand == 3) npctalkonce(l("Yarr arr!")); if (.@rand == 4) { speech( -- cgit v1.2.3-60-g2f50