Function target_is_asleep:
Defined in module behaviors (file: /std/adversary/behaviors.c)

 Called with the person we are attacking is asleep or unconscious.
 Default behavior is to finish them off. Overload this function if you
 want your monster to do something other than killing its victims.
 Rob them, etc..

Prototype:
void target_is_asleep();
