summaryrefslogtreecommitdiff
path: root/npc/functions/asleep.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/asleep.txt')
-rw-r--r--npc/functions/asleep.txt2
1 files changed, 1 insertions, 1 deletions
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;