Fixed an issue where multiple invulnerability powerups could cancel each other out from just one expiring.

This commit is contained in:
Major Cooke 2020-05-09 16:16:45 -05:00 committed by Christoph Oelckers
parent 4807f4240b
commit b70bc2b152
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ class PowerInvulnerable : Powerup
{
return;
}
Owner.bInvulnerable = true;
if (Mode == 'Ghost')
{
if (!Owner.bShadow)