diff options
Diffstat (limited to 'npc/airports/hugel.txt')
-rw-r--r-- | npc/airports/hugel.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/airports/hugel.txt b/npc/airports/hugel.txt index f5030bbd5..67d010ab5 100644 --- a/npc/airports/hugel.txt +++ b/npc/airports/hugel.txt @@ -36,8 +36,8 @@ OnTouch: mes "Would you like to use the service?"; next; if (select("Yes:No") == 1) { - if (countitem(7311) > 0) { - delitem 7311,1; //Free_Flying_Ship_Ticket + if (countitem(Free_Flying_Ship_Ticket) > 0) { + delitem Free_Flying_Ship_Ticket,1; warp "airplane",244,58; end; } |