Besides doing what ClockworkOcean said, there is also the problem that both the emitter and destroy actor will only be called if the player’s health is greater than 1 (shouldn’t it be the other way around?).
So, check your branches.
Also, consider using the clamp node, to limit the health to [0,1].