Function handle_attack:
Defined in module m_aggressive (file: /std/modules/m_aggressive.c)

 By default, this compares a random number to aggression_chance
 and starts attacking based upon them. This function might be
 overloaded to perform racial checks or something though.

Prototype:
protected void handle_attack(object who);
