From 5c5c1a82888f5d3005a66b335481cd8995493b42 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Fri, 8 Oct 2021 08:40:39 +0200 Subject: [PATCH] Fix Wires having the wrong quality for opening the panel. Fixes #4795 --- Content.Server/WireHacking/WiresComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/WireHacking/WiresComponent.cs b/Content.Server/WireHacking/WiresComponent.cs index 9ba5aee098..07fd0e27eb 100644 --- a/Content.Server/WireHacking/WiresComponent.cs +++ b/Content.Server/WireHacking/WiresComponent.cs @@ -41,7 +41,7 @@ namespace Content.Server.WireHacking private bool _isPanelOpen; [DataField("screwingQuality", customTypeSerializer:typeof(PrototypeIdSerializer))] - private string _screwingQuality = "Pulsing"; + private string _screwingQuality = "Screwing"; [DataField("cuttingQuality", customTypeSerializer:typeof(PrototypeIdSerializer))] private string _cuttingQuality = "Cutting";