From: Vasilis Date: Wed, 11 Oct 2023 03:11:46 +0000 (+0200) Subject: Hopefully??? (#20865) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=bf6827f1e9ed147acfec13df3aeef396618a14a0;p=space-station-14.git Hopefully??? (#20865) --- diff --git a/Content.Server/Anomaly/Effects/ElectricityAnomalySystem.cs b/Content.Server/Anomaly/Effects/ElectricityAnomalySystem.cs index 0302c62f00..688218d6ca 100644 --- a/Content.Server/Anomaly/Effects/ElectricityAnomalySystem.cs +++ b/Content.Server/Anomaly/Effects/ElectricityAnomalySystem.cs @@ -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); }