summaryrefslogtreecommitdiff
path: root/npc/cities/izlude.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/cities/izlude.txt')
-rw-r--r--npc/cities/izlude.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/izlude.txt b/npc/cities/izlude.txt
index 5aaceb709..000b0893e 100644
--- a/npc/cities/izlude.txt
+++ b/npc/cities/izlude.txt
@@ -48,7 +48,7 @@
mes "Only 150 Zeny to ride!";
close;
}
- Zeny -= 150;
+ set Zeny, Zeny - 150;
warp "izlu2dun",107,50;
end;
case 2:
@@ -58,7 +58,7 @@
mes "Only 500 Zeny to ride!";
close;
}
- Zeny -= 500;
+ set Zeny, Zeny - 500;
warp "alberta",188,169;
end;
case 3: