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 966e3c45..0adf959a 100644
--- a/npc/functions/asleep.txt
+++ b/npc/functions/asleep.txt
@@ -14,4 +14,5 @@ function script Asleep {
if (@rand == 1) npctalk3 l("Rrrr... Pchhhh...");
if (@rand == 2) npctalk3 l("Ggrmm... Grmmmm...");
+ close;
}