Enforce the reflective flag as well.

This commit is contained in:
Major Cooke 2020-05-09 16:44:23 -05:00 committed by drfrag
parent ac015c4bb9
commit 36bf930575

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)