mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-08 16:52:01 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
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