Missile boats will fire a little more often.

This commit is contained in:
Steve 2015-11-30 11:30:11 +00:00
parent e5906d5f5f
commit 79608069af
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}