summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-10-24 21:13:31 +0300
committerJoseph Botosh <rumly111@gmail.com>2015-10-24 21:13:31 +0300
commit484741172b9d49b3e8d99da8692cd890686dcef7 (patch)
tree60a535d08b767ad909a072f9433354c76ca0006c
parent0fa060930802c2a5c6f27c4954efd50bd3f88e11 (diff)
downloadserverdata-484741172b9d49b3e8d99da8692cd890686dcef7.tar.gz
serverdata-484741172b9d49b3e8d99da8692cd890686dcef7.tar.bz2
serverdata-484741172b9d49b3e8d99da8692cd890686dcef7.tar.xz
serverdata-484741172b9d49b3e8d99da8692cd890686dcef7.zip
Add "pumpkin" dreams to asleep script
-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 35a6f5c4..f940a3b0 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...");