From 66918252e4c54d58e58c97bb67a09303f6a9d84d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Oct 2018 13:30:48 -0300 Subject: Nivalis trip - check! --- npc/016-1/captain.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'npc/016-1') diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index 6c2fb5dcb..83ae79631 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -18,7 +18,7 @@ menu rif(LOCATION$ != "Tulim", l("To Tulimshar.")), L_TTulim, rif(LOCATION$ != "Hurns", l("To Hurnscald.")), L_THurns, - rif(LOCATION$ != "Nival" && is_gm(), l("To Nivalis.")), L_TNival, + rif(LOCATION$ != "Nival", l("To Nivalis.")), L_TNival, l("No, I'll save my money."), -; close; @@ -122,14 +122,18 @@ L_THurns: L_TNival: .@x=reputation("Nival"); - if (.@x >= 2) + if (!$NIVALIS_LIBDATE) + .@price=1; // zero could cause weird bugs + else if (.@x >= 2) .@price-=1500; - if (.@x >= 1) + else if (.@x >= 1) .@price-=750; mes ""; mesn; mesq l("It'll cost you @@ GP.", .@price); + mesc l("WARNING: As of r8 \"Frozen Jesusalva\", there's currently no ship to carry you back."), 1; + mesc l("Continue at your own risk."), 1; mes ""; if (Zeny < .@price) { -- cgit v1.2.3-70-g09d2