mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-21 19:31:14 +00:00
Enforce the reflective flag as well.
This commit is contained in:
parent
b70bc2b152
commit
079e7ee4e9
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue