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.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt
index 563d1b00..5ba8c603 100644
--- a/npc/001-1/cookiemaster.txt
+++ b/npc/001-1/cookiemaster.txt
@@ -175,8 +175,8 @@ L_Reward:
next;
mesq l("Anyway, here, have a cookie!");
- set .@item, 517;
- set .@count, 1;
+ .@item = 517;
+ .@count = 1;
inventoryplace 517, 1;
setq General_Cookies, 1;
@@ -240,8 +240,8 @@ L_LostCookie:
mesq l("This is the last one. If you use it again out of clumsiness, I will take your flesh as the main ingredient for my cookie recipe.");
next;
- set .@item, 517;
- set .@count, 1;
+ .@item = 517;
+ .@count = 1;
inventoryplace 517, 1;
getitem "DeliciousCookie", 1;