Hopefully??? (#20865)

This commit is contained in:
Vasilis 2023-10-11 05:11:46 +02:00 committed by Debug
parent 566230fa92
commit b0532def3a
1 changed files with 1 additions and 1 deletions

View 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);
}