]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Hopefully??? (#20865)
authorVasilis <vasilis@pikachu.systems>
Wed, 11 Oct 2023 03:11:46 +0000 (05:11 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 03:11:46 +0000 (23:11 -0400)
Content.Server/Anomaly/Effects/ElectricityAnomalySystem.cs

index 0302c62f008c8ef794103f3db0615012323f6999..688218d6ca1d463c97e64ef93730920ffeda6d63 100644 (file)
@@ -48,7 +48,7 @@ public sealed class ElectricityAnomalySystem : EntitySystem
             if (mobQuery.HasComponent(ent))
                 validEnts.Add(ent);
 
-            if (_random.Prob(0.2f) && poweredQuery.HasComponent(ent))
+            if (_random.Prob(0.01f) && poweredQuery.HasComponent(ent))
                 validEnts.Add(ent);
         }