mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 15:02:39 +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;
|
||||
}
|
||||
Owner.bInvulnerable = true;
|
||||
if (Mode == 'Reflective')
|
||||
{
|
||||
Owner.bReflective = true;
|
||||
}
|
||||
if (Mode == 'Ghost')
|
||||
{
|
||||
if (!Owner.bShadow)
|
||||
|
|
Loading…
Reference in a new issue