mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-23 11:51:26 +00:00
Enforce the reflective flag as well.
This commit is contained in:
parent
ac015c4bb9
commit
36bf930575
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