BIG OOPSIE WENT UNNOTICED
This commit is contained in:
parent
d8b35848a3
commit
fc549703fa
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ Class SpreadgunTracer : LineTracer
|
|||
// getgibhealth isn't clearscope, fuck
|
||||
int gibh = (Results.HitActor.GibHealth!=int.min)?Results.HitActor.GibHealth:int(Results.HitActor.GetSpawnHealth()*gameinfo.gibfactor);
|
||||
// if gibbed, go through without dealing more damage
|
||||
if ( Results.HitActor.health-amt <= -gibhealth ) return TRACE_Skip;
|
||||
if ( Results.HitActor.health-amt <= -gibh ) return TRACE_Skip;
|
||||
let ent = new("HitListEntry");
|
||||
ent.hitactor = Results.HitActor;
|
||||
ent.hitlocation = Results.HitPos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue