Missile boats will fire a little more often.
This commit is contained in:
parent
e5906d5f5f
commit
79608069af
|
@ -366,7 +366,7 @@ static void preAttack(void)
|
|||
self->reload = FPS;
|
||||
|
||||
/* don't constantly fire rockets like normal guns */
|
||||
if (rand() % 5)
|
||||
if (rand() % 3)
|
||||
{
|
||||
self->action = doAI;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue