diff options
Diffstat (limited to 'npc/016-1')
-rw-r--r-- | npc/016-1/captain.txt | 2 | ||||
-rw-r--r-- | npc/016-1/doors.txt | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index f666d9e8f..877549428 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -136,8 +136,6 @@ L_TNival: mes ""; mesn; mesq l("It'll cost you @@ GP.", .@price); - mesc l("WARNING: As of r7.2 \"Frozen Jesusalva\", there's currently no ship route to carry you back."), 1; - mesc l("Continue at your own risk."), 1; mes ""; if (Zeny < .@price) { diff --git a/npc/016-1/doors.txt b/npc/016-1/doors.txt index 2e947aaac..0c7ebd604 100644 --- a/npc/016-1/doors.txt +++ b/npc/016-1/doors.txt @@ -15,6 +15,10 @@ OnTouch: warp "003-1", 119, 25; close; } + if (LOCATION$ == "Nival") { + warp "019-2", 119, 113; + close; + } mesc l("Oh noes! The door is locked!! Quick! Call a GM!!!"), 1; close; } |