summaryrefslogtreecommitdiff
path: root/npc/000-1/cookiemaster.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/cookiemaster.txt')
-rw-r--r--npc/000-1/cookiemaster.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt
index 09eac339..8668de14 100644
--- a/npc/000-1/cookiemaster.txt
+++ b/npc/000-1/cookiemaster.txt
@@ -7,7 +7,6 @@
// Cookie NPC, beware, if you don't take your cookie, she'll keep it!
// Size = 2
-// Gender = 0
000-1,97,50,0 script Cookie Master 419,{
if (getq(General_Cookies) == 1)
goto L_GetCookie;
@@ -229,4 +228,8 @@ L_Bye:
npctalk3 l("See you later!");
close;
+
+OnInit:
+ setnpcsex 0;
+ end;
}