Revert "Revert "Electric anomaly rework"" (#23549)
Revert "Revert "Electric anomaly rework" (#23546)"
This reverts commit 9acbe38e53.
This commit is contained in:
@@ -75,7 +75,6 @@ public sealed class LightningSystem : SharedLightningSystem
|
||||
var targets = _lookup.GetComponentsInRange<LightningTargetComponent>(Transform(user).MapPosition, range).ToList();
|
||||
_random.Shuffle(targets);
|
||||
targets.Sort((x, y) => y.Priority.CompareTo(x.Priority));
|
||||
//var realCount = Math.Min(targets.Count, boltCount);
|
||||
|
||||
int shootedCount = 0;
|
||||
int count = -1;
|
||||
|
||||
Reference in New Issue
Block a user