oops?
This commit is contained in:
parent
6825146e51
commit
d5c78ad66f
2 changed files with 3 additions and 3 deletions
|
|
@ -454,7 +454,7 @@ Class YnykronImpact : Actor
|
|||
let r = Spawn("AshenRemains",tracer.pos);
|
||||
r.scale *= tracer.radius/16.;
|
||||
}
|
||||
if ( (tracer.bIsMonster || tracer.player) && tracer.IsHostile(target) && YnykronShot(master) )
|
||||
if ( (tracer.bIsMonster || tracer.player) && (!target || tracer.IsHostile(target)) && YnykronShot(master) )
|
||||
YnykronShot(master).enemykills++;
|
||||
if ( target && tracer.FindInventory("EndgameBossMarker") )
|
||||
SWWMUtility.MarkAchievement("ligma",target.player);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue