accessed None 'MyTrader' fix
This commit is contained in:
parent
f72cb160ed
commit
51ce9f52fa
3 changed files with 97 additions and 0 deletions
|
|
@ -312,6 +312,7 @@ static function SpecialHUDInfo(KFPlayerReplicationInfo KFPRI, Canvas C)
|
|||
|
||||
foreach C.ViewPort.Actor.DynamicActors(class'KFMonster', KFEnemy)
|
||||
{
|
||||
// check with stopwatch
|
||||
if (KFEnemy.Health > hp && (!KFEnemy.Cloaked() || KFEnemy.bZapped || KFEnemy.bSpotted) && VSizeSquared(KFEnemy.Location - C.ViewPort.Actor.Pawn.Location) < MaxDistanceSquared)
|
||||
HKF.DrawHealthBar(C, KFEnemy, KFEnemy.Health, KFEnemy.HealthMax , 50.0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue