void on_death(object who)

Called on every object in the room with something when it dies. This event
is also passed on to the inventory of all living objects present - including
the corpse itself.

Base behavior as implemented in /ai/module.c causes ai modules to be
destroyed when their owner dies.

FOR SCRIPTS: on_death

Called whenever someone dies. The Actor is the unlucky fellow.

