Its hard to say without seeing your code logic for determining how an enemy ship is destroyed.
The ship has to be singled out in some way, whether its on a Collison check with a missile and health is below 1.
Or check all healths of enemy ships like; enemy ship health < 1, for each enemy ship, destroy enemy ship.