diff --git a/Content.Server/Wires/WiresSystem.cs b/Content.Server/Wires/WiresSystem.cs index ba0c7a8783..3931a778e8 100644 --- a/Content.Server/Wires/WiresSystem.cs +++ b/Content.Server/Wires/WiresSystem.cs @@ -442,8 +442,8 @@ public sealed class WiresSystem : EntitySystem return; if (component.IsPanelOpen && - _toolSystem.HasQuality(args.Used, "Cutting", tool) || - _toolSystem.HasQuality(args.Used, "Pulsing", tool)) + (_toolSystem.HasQuality(args.Used, "Cutting", tool) || + _toolSystem.HasQuality(args.Used, "Pulsing", tool))) { if (EntityManager.TryGetComponent(args.User, out ActorComponent? actor)) {