[Fix] None random credits.

This commit is contained in:
Allanis 2013-03-16 22:57:31 +00:00
parent 82e074044e
commit 8b03dfe8f5

View File

@ -34,7 +34,7 @@ end
function create()
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
if ai.rnd(0,2)==0 then
ai.broadcast("The Empire is watching")