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 b6bdf738..7443e904 100644
--- a/npc/functions/asleep.txt
+++ b/npc/functions/asleep.txt
@@ -15,7 +15,7 @@ function script asleep {
else if (.@rand == 1) npctalk3 l("Rrrr... Pchhhh...");
else if (.@rand == 2) npctalk3 l("Ggrmm... Grmmmm...");
else if (.@rand == 3) npctalk3 l("Hm... Shhhh...");
- else emotion 106; // Sleepy
+ else emotion E_SLEEPY; // Sleepy
close;
}