Function set_max_health:
Defined in module hit_points (file: /std/adversary/health/hit_points.c)

 void set_max_health(int x);
 Set the maximum number of hit points of a monster, and also set it's 
 hit points to the new max.

Prototype:
void set_max_health(int x);
