diff options
-rw-r--r-- | npc/017-10/airship.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/017-10/airship.txt b/npc/017-10/airship.txt index eb5fb47e5..cebfa62ee 100644 --- a/npc/017-10/airship.txt +++ b/npc/017-10/airship.txt @@ -13,6 +13,12 @@ OnTouch: mesc l(".:: Fortress Island ::."), 1; mes ""; + if ($GAME_STORYLINE < 3) { + mesc l("Travel to this area is impossible, due to the hordes of Monster Armies."), 1; + mes ""; + mesc l("If only we defeated their generals and put the army in disarray... It would be possible to visit there."); + close; + } if (BaseLevel < 70) { mesc l("This area is only for level 70 upwards."), 1; close; |