mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Fixed an issue where multiple invulnerability powerups could cancel each other out from just one expiring.
This commit is contained in:
parent
4807f4240b
commit
b70bc2b152
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ class PowerInvulnerable : Powerup
|
|||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Owner.bInvulnerable = true;
|
||||
if (Mode == 'Ghost')
|
||||
{
|
||||
if (!Owner.bShadow)
|
||||
|
|
Loading…
Reference in a new issue