Release Candidate 4 Hotfix 1:

- Hotfix for recent DT update so Power Shield doesn't spam depletion messages.
This commit is contained in:
Marisa the Magician 2019-10-16 18:35:15 +02:00
commit 2ebe0b32d5

View file

@ -232,7 +232,7 @@ Class PowerShield : UnrealArmor
override void Tick()
{
Super.Tick();
if ( !Owner || !Owner.player ) return;
if ( !Owner || !Owner.player || (amount <= 0) ) return;
if ( gothit )
{
amount--;