[Fix] None random credits.
This commit is contained in:
parent
82e074044e
commit
8b03dfe8f5
@ -34,7 +34,7 @@ end
|
|||||||
|
|
||||||
function create()
|
function create()
|
||||||
if ai.rnd(0,2)==0 then -- More money, but less often.
|
if ai.rnd(0,2)==0 then -- More money, but less often.
|
||||||
ai.setcredits(1000, ai.shipprice()/70)
|
ai.setcredits(ai.rnd(1000, ai.shipprice()/70))
|
||||||
end
|
end
|
||||||
if ai.rnd(0,2)==0 then
|
if ai.rnd(0,2)==0 then
|
||||||
ai.broadcast("The Empire is watching")
|
ai.broadcast("The Empire is watching")
|
||||||
|
Loading…
Reference in New Issue
Block a user