diff options
Diffstat (limited to 'npc/017-10/airship.txt')
-rw-r--r-- | npc/017-10/airship.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/017-10/airship.txt b/npc/017-10/airship.txt index 9dacfca08..48851f47e 100644 --- a/npc/017-10/airship.txt +++ b/npc/017-10/airship.txt @@ -48,6 +48,8 @@ OnWarper: removespecialeffect(FX_CIRCLE, SELF, getcharid(3)); if (getmap() != "017-10") end; + if (!FORT_1ST_VISIT) + FORT_1ST_VISIT = gettimetick(2); warp "025-2", 97, 119; specialeffect FX_SUCCESS, SELF, getcharid(3); dispbottom l("You have arrived at Fortress Island."); |