summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-07-11 09:06:23 +0200
committerAlige <aligetmw@hotmail.fr>2013-07-11 09:06:23 +0200
commit9b6ad078ad1519d24d9f303ca9e5eb5a2e014d92 (patch)
treed3d4a7d26c5c053e5def61c266e6c3d69056bdbc /npc/functions
parent46c222b65175ebd0e8fa05d7d74969b501eb591d (diff)
downloadserverdata-9b6ad078ad1519d24d9f303ca9e5eb5a2e014d92.tar.gz
serverdata-9b6ad078ad1519d24d9f303ca9e5eb5a2e014d92.tar.bz2
serverdata-9b6ad078ad1519d24d9f303ca9e5eb5a2e014d92.tar.xz
serverdata-9b6ad078ad1519d24d9f303ca9e5eb5a2e014d92.zip
Small consistency fix on asleep npc scripts.
Diffstat (limited to 'npc/functions')
-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 966e3c45..0adf959a 100644
--- a/npc/functions/asleep.txt
+++ b/npc/functions/asleep.txt
@@ -14,4 +14,5 @@ function script Asleep {
if (@rand == 1) npctalk3 l("Rrrr... Pchhhh...");
if (@rand == 2) npctalk3 l("Ggrmm... Grmmmm...");
+ close;
}