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

 void set_health(int x);
 Set the hit points of a monster.  Usually, you want to use heal_us() or
 set_max_health instead.
 see also: set_max_health

Prototype:
void set_health(int x);
