summaryrefslogtreecommitdiff
path: root/npc/000-2-1/devis.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1/devis.txt')
-rw-r--r--npc/000-2-1/devis.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
index 145bdd2a..ff7434da 100644
--- a/npc/000-2-1/devis.txt
+++ b/npc/000-2-1/devis.txt
@@ -7,8 +7,11 @@
// Sleeping and grumbling NPC.
// Size = 2
-// Gender = 1
000-2-1,32,38,0 script Devis 410,{
-
callfunc "Asleep";
+ close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}