zedtest #1
2 changed files with 2 additions and 2 deletions
super code 'fix'
commit
271205fbc9
|
|
@ -214,7 +214,7 @@ function RemoveHead()
|
|||
}
|
||||
simulated function PlayDying(class<DamageType> DamageType, vector HitLoc)
|
||||
{
|
||||
Super.PlayDying(DamageType,HitLoc);
|
||||
Super(NiceMonster).PlayDying(DamageType,HitLoc);
|
||||
if(bUnlit)
|
||||
bUnlit=!bUnlit;
|
||||
LocalKFHumanPawn = none;
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@ function Died(Controller Killer, class<DamageType> damageType, vector HitLocatio
|
|||
}
|
||||
simulated event PlayDying(class<DamageType> DamageType, vector HitLoc)
|
||||
{
|
||||
super.PlayDying(DamageType, HitLoc);
|
||||
super(NiceMonster).PlayDying(DamageType, HitLoc);
|
||||
if ( DecapitationSparks != none )
|
||||
DecapitationSparks.Destroy(); AmbientSound = none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue