diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:58:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:58:49 -0300 |
commit | 99f3f84befda9bd286a59b5bb9792b7948b2ae91 (patch) | |
tree | 87a6a4b0e8db56fb6d6751256f654ca23dedc48e /npc/017-10 | |
parent | 185f8fdf2cd8e3d07eeea2a22bd6904710e86e48 (diff) | |
download | serverdata-99f3f84befda9bd286a59b5bb9792b7948b2ae91.tar.gz serverdata-99f3f84befda9bd286a59b5bb9792b7948b2ae91.tar.bz2 serverdata-99f3f84befda9bd286a59b5bb9792b7948b2ae91.tar.xz serverdata-99f3f84befda9bd286a59b5bb9792b7948b2ae91.zip |
Move Phoenix Rebirth inside Fortress Town. Lockdown whole Fortress Island.
Diffstat (limited to 'npc/017-10')
-rw-r--r-- | npc/017-10/airship.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-10/airship.txt b/npc/017-10/airship.txt index 751be8cea..57618a629 100644 --- a/npc/017-10/airship.txt +++ b/npc/017-10/airship.txt @@ -8,7 +8,7 @@ end; OnTouch: .@q=getq(General_Narrator); - if (.@q < 19) + if (.@q < 20) end; mesc l(".:: Fortress Island ::."), 1; |