[Change] Increased amount of credits you can possibly pillage from

ships.
This commit is contained in:
Allanis 2014-03-16 06:57:06 +00:00
parent 2be9749940
commit 8f3cb968d3
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ armour_return = 100
function create()
attack_choose()
ai.setcredits(ai.shipprice()/1000, ai.shipprice()/100)
ai.setcredits(ai.shipprice()/1000, ai.shipprice()/40)
-- Deal with bribeability.
if rnd.int() < 0.05 then

View File

@ -12,7 +12,7 @@ function sos()
end
function create()
ai.setcredits(rnd.int(100, ai.shipprice()/50))
ai.setcredits(rnd.int(100, ai.shipprice()/25))
mem.bribe_no = "\"The space Traders do not negotiate with criminals.\""