Small tweak.
This commit is contained in:
parent
f124b71310
commit
4d8ceec9c4
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue