From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:05:28 +0000 (+0300) Subject: Anomaly bug fix (#24783) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=884a5441202dfbfe715460d3cea76ebf0dbcc550;p=space-station-14.git Anomaly bug fix (#24783) fix --- 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