Ensure pain elementals don't spawn lost souls when killed by ynykron.
This commit is contained in:
parent
e7e9407da4
commit
088928ce06
2 changed files with 3 additions and 2 deletions
|
|
@ -150,6 +150,7 @@ Class IDontFeelSoGood : Thinker
|
|||
return;
|
||||
}
|
||||
if ( silence ) goner.A_StopAllSounds();
|
||||
goner.DamageType = 'Massacre'; // prevents enemies such as pain elementals from spawning anything
|
||||
// special handling for some bosses:
|
||||
// - D'Sparil does not spawn, he's already gone
|
||||
// - Korax doesn't leave ghosts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue