Begginings of achievement system.
Fix projectile detection.
This commit is contained in:
parent
8c47601d90
commit
1cbfd4b97d
20 changed files with 1369 additions and 35 deletions
|
|
@ -343,7 +343,7 @@ extend Class SWWMHandler
|
|||
SWWMShadow.Track(e.Thing);
|
||||
}
|
||||
// Ynykron vortex optimization (faster than a thinker iterator)
|
||||
if ( e.Thing.bSHOOTABLE || (e.Thing.bMISSILE && !e.Thing.IsZeroDamage()) || (e.Thing is 'Inventory') )
|
||||
if ( e.Thing.bSHOOTABLE || SWWMUtility.ValidProjectile(e.Thing) || (e.Thing is 'Inventory') )
|
||||
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