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.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/asleep.txt b/npc/functions/asleep.txt
index 75f6f76f..cab79b93 100644
--- a/npc/functions/asleep.txt
+++ b/npc/functions/asleep.txt
@@ -13,6 +13,7 @@ function script Asleep {
if (@rand == 0) npctalk3 l("Zzzzzzzzz...");
if (@rand == 1) npctalk3 l("Rrrr... Pchhhh...");
if (@rand == 2) npctalk3 l("Ggrmm... Grmmmm...");
+ if (@rand == 3) npctalk3 l("Hm...");
close;
}