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";