Less extreme buff

This commit is contained in:
Layla Marchant 2020-05-26 19:19:20 -04:00
parent b689e2bcfb
commit 5e1892235c
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ void alien_nerf(int index)
|| ((game.area == MISN_URUSOR)
&& (aliens[index].classDef == CD_CARGOSHIP)))
{
aliens[index].shield *= 10;
aliens[index].maxShield *= 10;
aliens[index].shield *= 4;
aliens[index].maxShield *= 4;
}
else if ((aliens[index].classDef != CD_ASTEROID)
&& (aliens[index].classDef != CD_ASTEROID2))