From 884a5441202dfbfe715460d3cea76ebf0dbcc550 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:05:28 +0300 Subject: [PATCH] Anomaly bug fix (#24783) fix --- Content.Shared/Anomaly/SharedAnomalySystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Anomaly/SharedAnomalySystem.cs b/Content.Shared/Anomaly/SharedAnomalySystem.cs index dcf7cae215..5c9739da72 100644 --- a/Content.Shared/Anomaly/SharedAnomalySystem.cs +++ b/Content.Shared/Anomaly/SharedAnomalySystem.cs @@ -426,7 +426,7 @@ public partial record struct AnomalySpawnSettings() /// /// should entities block spawning? /// - public bool CanSpawnOnEntities { get; set; } = true; + public bool CanSpawnOnEntities { get; set; } = false; /// /// The minimum number of entities that spawn per pulse -- 2.51.2