Local Functions (/std/inheritables/living.c)

void add_exp(int amt);

Adds amt more exp to the living.  If the living has enough exp to advance to the next level then level advancement is automaticly done in this function.

See also: query_exp()
