public static void ResetShip()
        {
            pShip.pProxySprite.Set(GameSprite.Name.Ship);
            pShip.ResetLocation();
            pShip.bMarkForDeath = false;

            pShip.Handle();
        }