diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-25 07:27:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-25 07:27:47 -0300 |
commit | 9e18d1ebd224c7860f1406c58810e4b7385b2721 (patch) | |
tree | 215d1c10f6a6a8914b348f513a7eb07caecdc04a /npc/016-1 | |
parent | b808c4e59300409d182a67c07754bc48351a775d (diff) | |
download | serverdata-9e18d1ebd224c7860f1406c58810e4b7385b2721.tar.gz serverdata-9e18d1ebd224c7860f1406c58810e4b7385b2721.tar.bz2 serverdata-9e18d1ebd224c7860f1406c58810e4b7385b2721.tar.xz serverdata-9e18d1ebd224c7860f1406c58810e4b7385b2721.zip |
Register Cindy Quest on ship discounted price
Diffstat (limited to 'npc/016-1')
-rw-r--r-- | npc/016-1/captain.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index 3a7f32dcc..6c2fb5dcb 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -122,8 +122,10 @@ L_THurns: L_TNival: .@x=reputation("Nival"); + if (.@x >= 2) + .@price-=1500; if (.@x >= 1) - .@price-=1000; + .@price-=750; mes ""; mesn; |