mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-01 21:41:12 +00:00
Merge remote-tracking branch 'gzdoom/master' into newmaster202004
This commit is contained in:
commit
c4232f0e6b
1 changed files with 5 additions and 1 deletions
|
@ -356,7 +356,11 @@ 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