diff --git a/Content.Server/GameObjects/Components/Items/Storage/Fill/ToolLockerFillComponent.cs b/Content.Server/GameObjects/Components/Items/Storage/Fill/ToolLockerFillComponent.cs index 5fa5e0fa9c..628b4a9f8d 100644 --- a/Content.Server/GameObjects/Components/Items/Storage/Fill/ToolLockerFillComponent.cs +++ b/Content.Server/GameObjects/Components/Items/Storage/Fill/ToolLockerFillComponent.cs @@ -1,4 +1,4 @@ -using System; +using System; using Robust.Server.Interfaces.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects; @@ -80,7 +80,7 @@ namespace Content.Server.GameObjects.Components.Items.Storage.Fill if (random.Prob(0.4f)) { - Spawn("HelmetEngineering"); + Spawn("HatHardhatRed"); } for (var i = 0; i < 3; i++)