funny
Laughter demon's blood crawl All mobs consumed are revived after the demon is killed.
Procs | |
on_death | Signal proc for COMSIG_LIVING_DEATH and COMSIG_QDELETING |
---|---|
on_victim_deleted | Handle signal from a consumed mob being deleted. Clears any references. |
on_victim_statchange | Handle signal from a consumed mob changing stat. |
Proc Details
on_death
Signal proc for COMSIG_LIVING_DEATH and COMSIG_QDELETING
If our demon is deleted or destroyed, expel all of our consumed mobs
on_victim_deleted
Handle signal from a consumed mob being deleted. Clears any references.
on_victim_statchange
Handle signal from a consumed mob changing stat.
A signal handler for if one of the laughter demon's consumed mobs has changed stat. If they're no longer dead (because they were dead when swallowed), eject them so they can't rip their way out from the inside.