Add XDeath sprites for Arachnotron and Mancubus.
This commit is contained in:
parent
4016063379
commit
8c2979326d
69 changed files with 28 additions and 3 deletions
|
|
@ -145,6 +145,10 @@ extend Class SWWMHandler
|
|||
ExtraGibDeaths.GibThis(e.Thing,"BonerXDeath");
|
||||
else if ( e.Thing.GetClass() == "Archvile" )
|
||||
ExtraGibDeaths.GibThis(e.Thing,"VileXDeath");
|
||||
else if ( e.Thing.GetClass() == "Arachnotron" )
|
||||
ExtraGibDeaths.GibThis(e.Thing,"ArachXDeath");
|
||||
else if ( e.Thing.GetClass() == "Fatso" )
|
||||
ExtraGibDeaths.GibThis(e.Thing,"FatsoXDeath");
|
||||
if ( profiling ) worldthingdied_ms += MSTime()-curms;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue