]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Anomaly bug fix (#24783)
authorEd <96445749+TheShuEd@users.noreply.github.com>
Wed, 31 Jan 2024 21:05:28 +0000 (00:05 +0300)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2024 21:05:28 +0000 (16:05 -0500)
fix

Content.Shared/Anomaly/SharedAnomalySystem.cs

index dcf7cae2159bc5ea82bb5ca377c0aa0aa116bde5..5c9739da72d2462551f60909ffc278bfb6b468ab 100644 (file)
@@ -426,7 +426,7 @@ public partial record struct AnomalySpawnSettings()
     /// <summary>
     /// should entities block spawning?
     /// </summary>
-    public bool CanSpawnOnEntities { get; set; } = true;
+    public bool CanSpawnOnEntities { get; set; } = false;
 
     /// <summary>
     /// The minimum number of entities that spawn per pulse