From 52058ceaa89cd688e9ad5173c85d88aeefc32554 Mon Sep 17 00:00:00 2001 From: Reid Yaro Date: Mon, 3 Feb 2014 13:09:56 +0100 Subject: Add new getitem on cookiemaster. --- npc/001-1/cookiemaster.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-70-g09d2