summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/016-1/captain.txt10
1 files changed, 7 insertions, 3 deletions
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) {