diff options
Diffstat (limited to 'npc/airports/rachel.txt')
-rw-r--r-- | npc/airports/rachel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/airports/rachel.txt b/npc/airports/rachel.txt index f157f5f6b..65ea35425 100644 --- a/npc/airports/rachel.txt +++ b/npc/airports/rachel.txt @@ -21,7 +21,7 @@ OnTouch: end; } if (Zeny >= 1200) { - set Zeny, Zeny - 1200; + Zeny -= 1200; warp "airplane_01",245,60; end; } |