summaryrefslogtreecommitdiff
path: root/npc/001-1/cookiemaster.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/cookiemaster.txt')
-rw-r--r--npc/001-1/cookiemaster.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt
index 38fe3460f..73ac8d72c 100644
--- a/npc/001-1/cookiemaster.txt
+++ b/npc/001-1/cookiemaster.txt
@@ -10,8 +10,10 @@
// 0 Default, didn't get a cookie.
// 1 Get a cookie.
-001-1.gat,39,38,0,0 script Cookie Master 319;2,{
- if ((countitem("DeliciousCookie") == 0) && (getq(GeneraL_Cookies) == 1))
+// Size = 2
+// Gender = 0
+001-1,39,38,0 script Cookie Master 319,{
+ if ((countitemcolor("DeliciousCookie") == 0) && (getq(GeneraL_Cookies) == 1))
goto L_LostCookie;
if (getq(GeneraL_Cookies) == 1)
goto L_GetCookie;