Fix Ynykron singularity not sucking in projectiles.
Adjust Ynykron singularity explosion, may be less perf-heavy now.
This commit is contained in:
parent
0acdce0327
commit
6dde6bdf5d
3 changed files with 17 additions and 7 deletions
|
|
@ -1799,7 +1799,7 @@ Class SWWMHandler : EventHandler
|
|||
SWWMShadow.Track(e.Thing);
|
||||
}
|
||||
// Ynykron vortex optimization
|
||||
if ( e.Thing.bSHOOTABLE || (e.Thing.bMISSILE && !e.Thing.IsZeroDamage()) )
|
||||
if ( e.Thing.bSHOOTABLE || e.Thing.bMISSILE )
|
||||
SuckableActors.Push(e.Thing);
|
||||
// vanilla blood color changes
|
||||
if ( (e.Thing.GetClass() == "BaronOfHell") || (e.Thing.GetClass() == "HellKnight") || (e.Thing.GetClass() == "Bishop") || (e.Thing.GetClass() == "Korax") )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue