diff options
Diffstat (limited to 'npc/airports/izlude.txt')
-rw-r--r-- | npc/airports/izlude.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/airports/izlude.txt b/npc/airports/izlude.txt index 1144777fb..69abd9cd6 100644 --- a/npc/airports/izlude.txt +++ b/npc/airports/izlude.txt @@ -47,8 +47,8 @@ mes "would you still like to board?"; 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_01",244,58; end; } |