Small tweak.

This commit is contained in:
onpon4 2015-03-17 22:09:00 -04:00
parent f124b71310
commit 4d8ceec9c4
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ int mainGameLoop()
if ((currentGame.system == 2) && (currentGame.experimentalShield > 0))
{
if ((rand() % 5) < 4)
if ((rand() % 5) > 0)
{
aliens[10] = alien_defs[CD_CLOAKFIGHTER];
aliens[10].owner = &aliens[10];