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;
}
Owner.bInvulnerable = true;
if (Mode == 'Reflective')
{
Owner.bReflective = true;
}
if (Mode == 'Ghost')
{
if (!Owner.bShadow)