public void SetWarpDrive()
 {
     DriveType = FTLDriveTypes.Warp;
 }
 public void SetJumpDrive()
 {
     DriveType = FTLDriveTypes.Jump;
 }