From 206c3720a29b0db6c73ea534bd3f34bacaef17de Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Tue, 15 Nov 2011 21:06:07 +0100 Subject: Made Constants case-sensitive --- world/map/npc/005-1/spirit.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'world/map/npc/005-1') diff --git a/world/map/npc/005-1/spirit.txt b/world/map/npc/005-1/spirit.txt index c39a74d3..91610530 100644 --- a/world/map/npc/005-1/spirit.txt +++ b/world/map/npc/005-1/spirit.txt @@ -132,9 +132,9 @@ L_Q_magic_1: if (countitem("DruidTreeBranch") < 1) goto L_Q_tree_none; if (!(MAGIC_FLAGS & MFLAG_DID_CUTTREE)) goto L_Q_tree_dry; - if (zeny < 100000) goto L_Q_tree_nomoney; + if (Zeny < 100000) goto L_Q_tree_nomoney; - set zeny, zeny - 100000; + set Zeny, Zeny - 100000; delitem "DruidTreeBranch", 1; mes "[Earth Spirit]"; mes "Following the earth sprite's instructions, you throw branch and GP into the well."; @@ -165,9 +165,9 @@ L_Q_magic_2: "Here you are.", -, "No.", L_main; - if (zeny < 20000) goto L_no20k; + if (Zeny < 20000) goto L_no20k; - set zeny, zeny - 20000; + set Zeny, Zeny - 20000; mes "[Earth Spirit]"; mes "\"Kekeke... excellent! Yes, here goes your first spell, the flying backpack! If you are overloaded, it will take the load off your shoulders.\""; next; @@ -183,8 +183,8 @@ L_Q_magic_3: "Here you are.", -, "No.", L_main; - if (zeny < 20000) goto L_no20k; - set zeny, zeny - 20000; + if (Zeny < 20000) goto L_no20k; + set Zeny, Zeny - 20000; mes "[Earth Spirit]"; mes "\"Yeees, good! This one is a protection spell, making your skin harder. You need a hard spike for it, though. Hold that spike in your hands, and focus on it.\""; next; -- cgit v1.2.3-60-g2f50