Enforce the reflective flag as well.

This commit is contained in:
Major Cooke 2020-05-09 16:44:23 -05:00 committed by Christoph Oelckers
parent b70bc2b152
commit 079e7ee4e9

View file

@ -357,6 +357,10 @@ class PowerInvulnerable : Powerup
return; return;
} }
Owner.bInvulnerable = true; Owner.bInvulnerable = true;
if (Mode == 'Reflective')
{
Owner.bReflective = true;
}
if (Mode == 'Ghost') if (Mode == 'Ghost')
{ {
if (!Owner.bShadow) if (!Owner.bShadow)