diff --git a/source/Patches/BetterPolus.cs b/source/Patches/BetterPolus.cs index e35d001ed..48b46e144 100644 --- a/source/Patches/BetterPolus.cs +++ b/source/Patches/BetterPolus.cs @@ -150,7 +150,7 @@ public static void FindRooms() if (DropShip == null) { - DropShip = Object.FindObjectsOfType().ToList().FindLast(o => o.name == "Dropship"); + DropShip = GameObject.Find("PolusShip(Clone)")?.transform?.FindChild("Dropship")?.gameObject; } if (Outside == null)