From 2d845a2c17c29347863639dd003acf72358f546d Mon Sep 17 00:00:00 2001 From: Alige Date: Sat, 18 Jun 2016 04:15:15 +0200 Subject: Introduced the name of the Drasil Island in npc scripts. Also fixed some english issues in some npc dialogues. --- npc/functions/asleep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/asleep.txt') diff --git a/npc/functions/asleep.txt b/npc/functions/asleep.txt index e67dc21d..b6bdf738 100644 --- a/npc/functions/asleep.txt +++ b/npc/functions/asleep.txt @@ -14,7 +14,7 @@ function script asleep { if (.@rand == 0) npctalk3 l("Zzzzzzzzz..."); else if (.@rand == 1) npctalk3 l("Rrrr... Pchhhh..."); else if (.@rand == 2) npctalk3 l("Ggrmm... Grmmmm..."); - else if (.@rand == 3) npctalk3 l("Hm..."); + else if (.@rand == 3) npctalk3 l("Hm... Shhhh..."); else emotion 106; // Sleepy close; -- cgit v1.2.3-60-g2f50