summaryrefslogtreecommitdiff
path: root/world/map/npc/029-3/parua.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/029-3/parua.txt')
-rw-r--r--world/map/npc/029-3/parua.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/029-3/parua.txt b/world/map/npc/029-3/parua.txt
index 5498aaf2..a8ba664b 100644
--- a/world/map/npc/029-3/parua.txt
+++ b/world/map/npc/029-3/parua.txt
@@ -15,18 +15,18 @@
"Fine, here you go.", -;
if ($@FIGHT_CAVE_STATUS == 1)
goto L_AlreadyStarted;
- if (zeny >= 20000 + 3000)
+ if (Zeny >= 20000 + 3000)
goto L_CallPlayers;
L_Paying:
if (getareausers("029-3.gat", 20, 20, 70, 60) < 5)
goto L_NotEnoughPlayers;
- if (zeny < 20000)
+ if (Zeny < 20000)
goto L_NotEnough;
// Do not charge the money if the fight or the announces were already started by someone else
if ($@FIGHT_CAVE_STATUS != 0)
close;
- set zeny, zeny - 20000;
+ set Zeny, Zeny - 20000;
L_StartFight:
if (getareausers("029-3.gat", 20, 20, 70, 60) < 5)
@@ -60,9 +60,9 @@ L_CallPlayers:
close;
if (getareausers("029-3.gat", 20, 20, 70, 60) < 5)
goto L_NotEnoughPlayers;
- if (zeny < 20000 + 3000)
+ if (Zeny < 20000 + 3000)
goto L_NotEnough_Announce;
- set zeny, zeny - (20000 + 3000);
+ set Zeny, Zeny - (20000 + 3000);
set $@SPONSOR$, strcharinfo(0);
set $@FIGHT_CAVE_STATUS, $@FIGHT_CAVE_STATUS + (@menu + 2);
if ($@FIGHT_CAVE_STATUS == 3)