summaryrefslogtreecommitdiff
path: root/world/map/npc/020-2/furquest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/020-2/furquest.txt')
-rw-r--r--world/map/npc/020-2/furquest.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/020-2/furquest.txt b/world/map/npc/020-2/furquest.txt
index 1420d2d7..26cccd26 100644
--- a/world/map/npc/020-2/furquest.txt
+++ b/world/map/npc/020-2/furquest.txt
@@ -125,7 +125,7 @@ L_State_0_9:
mes "[Agostine, The Legendary Tailor]";
mes "\"Oh! This is damn good! I feel a new man, my friend!\"";
next;
- set zeny, zeny + 500;
+ set Zeny, Zeny + 500;
mes "[Agostine, The Legendary Tailor]";
mes "\"This is a little reward for your help. Take 500 GP, my friend!\"";
set QUEST_WG_state, 2;
@@ -221,10 +221,10 @@ L_State_5:
close;
L_State_5_pay:
- if (zeny < 15000) goto L_State_5_nocash;
+ if (Zeny < 15000) goto L_State_5_nocash;
getinventorylist;
if (@inventorylist_count == 100) goto L_TooMany;
- set zeny, zeny - 15000;
+ set Zeny, Zeny - 15000;
getitem "WinterGloves", 1;
set QUEST_WG_state, 6;
mes "[Agostine, The Legendary Tailor]";
@@ -308,10 +308,10 @@ L_State_12:
close;
L_State_12_pay:
- if (zeny < 15000) goto L_State_12_missing;
+ if (Zeny < 15000) goto L_State_12_missing;
if (countitem("Boots") < 1) goto L_State_12_missing;
// No inventory check needed, as boots are removed, opening a slot
- set zeny, zeny - 15000;
+ set Zeny, Zeny - 15000;
delitem "Boots", 1;
getitem "FurBoots", 1;
set QUEST_WG_state, 9;