[Change] Increased amount of credits you can possibly pillage from
ships.
This commit is contained in:
parent
2be9749940
commit
8f3cb968d3
@ -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
|
||||
|
@ -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.\""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user