From 8f72a64bcab5da99925f9ebdd6dd36b978f8a1a8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 8 Dec 2022 16:41:40 -0300 Subject: Meager reduction on Nard ship price --- npc/002-3/nard.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 795d107b9..23eb348fb 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -250,8 +250,8 @@ L_NotYet: L_Travel: // Current nard_reputation() value for 100% discount: 15 - .@price=800; - .@price-=min(780, nard_reputation()*54); + .@price=740; + .@price-=min(720, nard_reputation()*49); mesn; mesq l("Hi @@.", strcharinfo(0)); -- cgit v1.2.3-70-g09d2