summaryrefslogtreecommitdiff
path: root/npc/functions/asleep.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-07-12 01:01:35 +0200
committerAlige <aligetmw@hotmail.fr>2013-07-12 01:01:35 +0200
commitafdd86758f2c6e5a9fea769b54e093a7e0ee41ef (patch)
treeddfc19894146620c0cb18e213c51aaab33b56e06 /npc/functions/asleep.txt
parent80cba491091c4e031131c8405b5d08fbc04e7935 (diff)
downloadserverdata-afdd86758f2c6e5a9fea769b54e093a7e0ee41ef.tar.gz
serverdata-afdd86758f2c6e5a9fea769b54e093a7e0ee41ef.tar.bz2
serverdata-afdd86758f2c6e5a9fea769b54e093a7e0ee41ef.tar.xz
serverdata-afdd86758f2c6e5a9fea769b54e093a7e0ee41ef.zip
Added one new sleeping sentence any many goodbye ones.
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 75f6f76f..cab79b93 100644
--- a/npc/functions/asleep.txt
+++ b/npc/functions/asleep.txt
@@ -13,6 +13,7 @@ function script Asleep {
if (@rand == 0) npctalk3 l("Zzzzzzzzz...");
if (@rand == 1) npctalk3 l("Rrrr... Pchhhh...");
if (@rand == 2) npctalk3 l("Ggrmm... Grmmmm...");
+ if (@rand == 3) npctalk3 l("Hm...");
close;
}