Release Candidate 4 Hotfix 1:
- Hotfix for recent DT update so Power Shield doesn't spam depletion messages.
This commit is contained in:
parent
ff01ab2146
commit
2ebe0b32d5
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ Class PowerShield : UnrealArmor
|
||||||
override void Tick()
|
override void Tick()
|
||||||
{
|
{
|
||||||
Super.Tick();
|
Super.Tick();
|
||||||
if ( !Owner || !Owner.player ) return;
|
if ( !Owner || !Owner.player || (amount <= 0) ) return;
|
||||||
if ( gothit )
|
if ( gothit )
|
||||||
{
|
{
|
||||||
amount--;
|
amount--;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue