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 ca28669d..35a6f5c4 100644
--- a/npc/functions/asleep.txt
+++ b/npc/functions/asleep.txt
@@ -9,7 +9,7 @@
function script asleep {
- set .@rand, rand(3);
+ .@rand = rand(3);
if (.@rand == 0) npctalk3 l("Zzzzzzzzz...");
if (.@rand == 1) npctalk3 l("Rrrr... Pchhhh...");
if (.@rand == 2) npctalk3 l("Ggrmm... Grmmmm...");