its kinda simple, you made a check for if health = 0, AND health < 0. so i just made 1 check for if health < 1. i also added that unless health < 1, then change health by -1. that makes it so their health stays the same when they are dead.