diff options
Diffstat (limited to 'npc/016-1')
-rw-r--r-- | npc/016-1/captain.txt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index 877549428..f379259c6 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -27,15 +27,15 @@ L_TTulim: .@x=(reputation("Tulim")+reputation(LOCATION$))/2; - if (.@x >= 100) + if (.@x >= 90) .@price-=800; - else if (.@x >= 80) + else if (.@x >= 70) .@price-=640; - else if (.@x >= 60) + else if (.@x >= 50) .@price-=480; - else if (.@x >= 40) + else if (.@x >= 30) .@price-=320; - else if (.@x >= 20) + else if (.@x >= 10) .@price-=160; mes ""; @@ -73,15 +73,15 @@ L_TTulim: L_THurns: .@x=(reputation("Hurns")+reputation(LOCATION$))/2; - if (.@x >= 100) + if (.@x >= 90) .@price-=800; - else if (.@x >= 80) + else if (.@x >= 70) .@price-=640; - else if (.@x >= 60) + else if (.@x >= 50) .@price-=480; - else if (.@x >= 40) + else if (.@x >= 30) .@price-=320; - else if (.@x >= 20) + else if (.@x >= 10) .@price-=160; mes ""; @@ -118,15 +118,15 @@ L_THurns: L_TNival: .@x=(reputation("Nival")+reputation(LOCATION$))/2; - if (.@x >= 100) + if (.@x >= 90) .@price-=800; - else if (.@x >= 80) + else if (.@x >= 70) .@price-=640; - else if (.@x >= 60) + else if (.@x >= 50) .@price-=480; - else if (.@x >= 40) + else if (.@x >= 30) .@price-=320; - else if (.@x >= 20) + else if (.@x >= 10) .@price-=160; // Nivalis Liberation Day. Zero could cause weird bugs. |