diff options
Diffstat (limited to 'npc/airports/hugel.txt')
-rw-r--r-- | npc/airports/hugel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/airports/hugel.txt b/npc/airports/hugel.txt index 7d4b3f85a..015bf8efd 100644 --- a/npc/airports/hugel.txt +++ b/npc/airports/hugel.txt @@ -21,7 +21,7 @@ OnTouch: end; } if (Zeny >= 1200) { - Zeny -= 1200; + set Zeny, Zeny - 1200; warp "airplane",244,58; end; } |