From 79ddacdd3bb330ce4651fb2fc2106a1401df1c86 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 Jan 2019 19:15:38 -0200 Subject: Make ship travels now cheaper and with smooth discounts. Win-win! --- npc/016-1/captain.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/016-1') diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index 2d74b796d..ded10c30e 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -26,6 +26,7 @@ ///// ---------- Tulimshar ---------- L_TTulim: .@x=(reputation("Tulim")+reputation(LOCATION$))/2; + if (.@x >= 50) .@x+=10; .@price-=min(800, (.@x/10)*80); mes ""; @@ -62,6 +63,7 @@ L_TTulim: ///// ---------- Hurnscald ---------- L_THurns: .@x=(reputation("Hurns")+reputation(LOCATION$))/2; + if (.@x >= 50) .@x+=10; .@price-=min(800, (.@x/10)*80); mes ""; @@ -97,11 +99,12 @@ L_THurns: ///// ---------- Nivalis ---------- L_TNival: .@x=(reputation("Nival")+reputation(LOCATION$))/2; + if (.@x >= 50) .@x+=10; .@price-=min(800, (.@x/10)*80); // Nivalis Liberation Day. Zero could cause weird bugs. if (!$NIVALIS_LIBDATE) - .@price=1; // + .@price=1; mes ""; mesn; -- cgit v1.2.3-60-g2f50