public static bool UnderAllyTurret_Ex(this Vector3 position) { return ObjectManager.Get<Obj_AI_Turret>().Any(t => t.IsAlly && !t.IsDead); }