diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-08 16:41:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-08 16:41:40 -0300 |
commit | 8f72a64bcab5da99925f9ebdd6dd36b978f8a1a8 (patch) | |
tree | 600a8bf34b150c9cd6033d6bfd0a7e26a820f05c /npc/002-3 | |
parent | 98cf1a809c061c0fe04ad2b547097757e8ca5ec8 (diff) | |
download | serverdata-8f72a64bcab5da99925f9ebdd6dd36b978f8a1a8.tar.gz serverdata-8f72a64bcab5da99925f9ebdd6dd36b978f8a1a8.tar.bz2 serverdata-8f72a64bcab5da99925f9ebdd6dd36b978f8a1a8.tar.xz serverdata-8f72a64bcab5da99925f9ebdd6dd36b978f8a1a8.zip |
Meager reduction on Nard ship price
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/nard.txt | 4 |
1 files 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)); |