You could find the angle ... and change the action depending on the result
Example ... If the ship is in opposite direction ... set bullet speed to .
player.CustomMovement.Speed-20
and if it's in the normal direction
player.CustomMovement.Speed+20
Cheers ...