summaryrefslogtreecommitdiff
path: root/npc/airports/yuno.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/airports/yuno.txt')
-rw-r--r--npc/airports/yuno.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/airports/yuno.txt b/npc/airports/yuno.txt
index 2146dc671..4e697918b 100644
--- a/npc/airports/yuno.txt
+++ b/npc/airports/yuno.txt
@@ -28,7 +28,7 @@ y_airport,143,43,5 script Airport Staff#y_air1a::y_airport1 4_F_01,{
end;
}
if (Zeny >= 1200) {
- Zeny -= 1200;
+ set Zeny, Zeny - 1200;
warp "y_airport",148,51;
end;
}