add_exp
add_exp(monster->kill_exp, 1);
void add_exp(int, boolean);
add_exp(1, 0);
add_exp(1, 1);
add_exp(2, 1);