summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/asleep.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/asleep.txt b/npc/functions/asleep.txt
index 35a6f5c49..f940a3b02 100644
--- a/npc/functions/asleep.txt
+++ b/npc/functions/asleep.txt
@@ -10,8 +10,8 @@
function script asleep {
.@rand = rand(3);
- if (.@rand == 0) npctalk3 l("Zzzzzzzzz...");
- if (.@rand == 1) npctalk3 l("Rrrr... Pchhhh...");
+ if (.@rand == 0) npctalk3 l("Yum yummm... Pumpkins...");
+ if (.@rand == 1) npctalk3 l("Pumpkins... Don't bite... me...");
if (.@rand == 2) npctalk3 l("Ggrmm... Grmmmm...");
if (.@rand == 3) npctalk3 l("Hm...");