summaryrefslogtreecommitdiff
path: root/world/map/npc/014-1
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2011-11-15 21:06:07 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2011-11-16 19:44:03 +0100
commit206c3720a29b0db6c73ea534bd3f34bacaef17de (patch)
tree2d0e6a65117ad6ea1185dda7112a6f8679c781a1 /world/map/npc/014-1
parent0f44cd07642a74953e5b03a10a1593c5d839c7a2 (diff)
downloadserverdata-206c3720a29b0db6c73ea534bd3f34bacaef17de.tar.gz
serverdata-206c3720a29b0db6c73ea534bd3f34bacaef17de.tar.bz2
serverdata-206c3720a29b0db6c73ea534bd3f34bacaef17de.tar.xz
serverdata-206c3720a29b0db6c73ea534bd3f34bacaef17de.zip
Made Constants case-sensitive
Diffstat (limited to 'world/map/npc/014-1')
-rw-r--r--world/map/npc/014-1/wedding-officiator.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/014-1/wedding-officiator.txt b/world/map/npc/014-1/wedding-officiator.txt
index 617a99ae..75f31015 100644
--- a/world/map/npc/014-1/wedding-officiator.txt
+++ b/world/map/npc/014-1/wedding-officiator.txt
@@ -43,7 +43,7 @@ L_explain_marriage:
goto L_main;
L_get_married:
- if (zeny < WEDDING_FEE)
+ if (Zeny < WEDDING_FEE)
goto L_too_poor;
if (BaseLevel < WEDDING_MIN_LEVEL)
goto L_too_young;
@@ -84,7 +84,7 @@ L_get_married:
"This is taking too long.", L_end,
"No.", L_end;
- if (zeny < WEDDING_FEE)
+ if (Zeny < WEDDING_FEE)
goto L_too_poor;
if (BaseLevel < WEDDING_MIN_LEVEL)
goto L_too_young;
@@ -92,7 +92,7 @@ L_get_married:
if (@inventorylist_count > 98)
goto L_No_Room_For_Rings;
- set zeny, zeny - WEDDING_FEE;
+ set Zeny, Zeny - WEDDING_FEE;
getitem "WeddingRing", 1;
getitem "WeddingRing", 1;
@@ -218,7 +218,7 @@ L_divorce_nomoney:
close;
L_do_divorce:
- if (zeny < @divorce_cost)
+ if (Zeny < @divorce_cost)
goto L_divorce_nomoney;
if (divorce())
goto L_DidDivorce;
@@ -232,7 +232,7 @@ L_do_divorce:
close;
L_DidDivorce:
- set zeny, zeny - @divorce_cost;
+ set Zeny, Zeny - @divorce_cost;
mes "[Wedding Officiator]";
mes "After collecting her fee, Wendy licks her quill and writes down some notes.";