Change the second condition on your last screenshot. Currently it picks Obj_Energy_Countdown_Timer instance. You need to pick the ENM_Fighter instance. So change it to this:
ENM_Fighter pick by unique ID = Obj_Energy_Countdown_Timer.Enemy_UID
.
Another option is to add both objects to a container. You will not need the variable, just keep the countdown object invisible when the ship is not firing.