diff options
-rw-r--r-- | npc/001-1/cookiemaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt index a1842950..23982320 100644 --- a/npc/001-1/cookiemaster.txt +++ b/npc/001-1/cookiemaster.txt @@ -11,7 +11,7 @@ // 1 Get a cookie. 001-1.gat,34,33,0,0 script Cookie Master 319;2,{ - if ((countitem("DeliciousCookie") == 1) && (getq(GeneraL_Cookies) == 1)) + if ((countitem("DeliciousCookie") == 0) && (getq(GeneraL_Cookies) == 1)) goto L_LostCookie; if (getq(GeneraL_Cookies) == 1) goto L_GetCookie; |