summaryrefslogtreecommitdiff
path: root/npc/000-0-0/q'onan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-0-0/q'onan.txt')
-rw-r--r--npc/000-0-0/q'onan.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt
index dc124c4d0..637266374 100644
--- a/npc/000-0-0/q'onan.txt
+++ b/npc/000-0-0/q'onan.txt
@@ -5,8 +5,11 @@
// Description:
// Sleeping and snoring NPC.
-// Gender = 1
000-0-0,29,28,0 script Q'Onan#000-0-0 402,{
-
callfunc "Asleep";
+ close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}