--- cmd6.old Sun Feb 4 13:43:32 2001 +++ cmd6.c Wed Jul 4 15:29:04 2001 @@ -688,7 +688,7 @@ { msg_print("You feel life flow through your body!"); restore_level(); - hp_player(5000); + (void)set_poisoned(0); (void)set_blind(0); (void)set_confused(0); @@ -701,6 +701,12 @@ (void)do_res_stat(A_WIS); (void)do_res_stat(A_INT); (void)do_res_stat(A_CHR); + + /* Recalculate max. hitpoints */ + update_stuff(); + + hp_player(5000); + ident = TRUE; break; }