summaryrefslogtreecommitdiff
path: root/world/map/npc/010-2/chef.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/010-2/chef.txt')
-rw-r--r--world/map/npc/010-2/chef.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/010-2/chef.txt b/world/map/npc/010-2/chef.txt
index 9bc7e468..f5a6e8d5 100644
--- a/world/map/npc/010-2/chef.txt
+++ b/world/map/npc/010-2/chef.txt
@@ -68,10 +68,10 @@ L_lace_cupcake:
goto L_no_orange;
if (countitem ("MopoxCurePotion") < 1)
goto L_no_potion;
- if (zeny < 500)
- goto L_no_zeny;
+ if (Zeny < 500)
+ goto L_no_Zeny;
- set zeny, zeny - 500;
+ set Zeny, Zeny - 500;
delitem "GingerBreadMan", 3;
delitem "Orange", 1;
delitem "MopoxCurePotion", 1;
@@ -106,7 +106,7 @@ L_no_orange:
mes "\"Please bring me an orange for these cupcakes.\"";
close;
-L_no_zeny:
+L_no_Zeny:
mes "[Chef]";
mes "";
mes "\"No. I need extra ingredients worth 500 GP, and I expect you to pay for those.\"";