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 drfrag
parent 898860eebf
commit ac015c4bb9

View file

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