diff options
Diffstat (limited to 'npc/001-1/cookiemaster.txt')
-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 774d0c85..b5c93ad5 100644 --- a/npc/001-1/cookiemaster.txt +++ b/npc/001-1/cookiemaster.txt @@ -10,7 +10,7 @@ // 0 Default, didn't get a cookie. // 1 Get a cookie. -001-1,39,38,0 script Cookie Master 419,{ +001-1,39,38,0 script Cookie Master NPC_COOKIE_MASTER,{ if ((countitemcolor(517) == 0) && (getq(General_Cookies) == 1)) goto L_LostCookie; if (getq(General_Cookies) == 1) |