EnhancedItems/EIDeathMessageMutator
This is a utility class of the EnhancedItems package by Wormbo.
It will be spawned automatically by /EnhancedMutators and /EnhancedWeapons to handle the extended death messages offered by several EnhancedItems classes. The mutator will automatically register itself as a message mutator and doesn't have to be registered in the general linked list of mutators.
It creates a SpawnNotify (the EIDeathMessageSpawnNotify) serversidely, which automatically registers the EIDeathMessageMutator with all /EnhancedMutators, /EnhancedWeapons, /EnhancedProjectiles, /EnhancedAmmos, /PickupPlus?es and /EIEffects so those can use their SetKillType() and RestoreKillType() functions.
Known Subclasses
- WhoPushedMe (the [Who Pushed Me?] mutator)