diff options
Diffstat (limited to 'npc/000-1/cookiemaster.txt')
-rw-r--r-- | npc/000-1/cookiemaster.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt index 242c9483..6465ccdd 100644 --- a/npc/000-1/cookiemaster.txt +++ b/npc/000-1/cookiemaster.txt @@ -6,7 +6,9 @@ // Description: // Cookie NPC, beware, if you don't take your cookie, she'll keep it! -000-1.gat,97,50,0,0 script Cookie Master 319;2,{ +// Size = 2 +// Gender = 0 +000-1,97,50,0 script Cookie Master 319,{ if (getq(GeneraL_Cookies) == 1) goto L_GetCookie; |