From e1fd015e45a103c1e9ed59659313b24b90d1b67b Mon Sep 17 00:00:00 2001 From: Lincoln McQueen Date: Sun, 13 Oct 2024 15:16:30 -0500 Subject: [PATCH] No matter what I do aaah all I think about is you aaah --- Content.Shared/Body/Systems/SharedBodySystem.Parts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Body/Systems/SharedBodySystem.Parts.cs b/Content.Shared/Body/Systems/SharedBodySystem.Parts.cs index 6e89af097fc..21e59fede0b 100644 --- a/Content.Shared/Body/Systems/SharedBodySystem.Parts.cs +++ b/Content.Shared/Body/Systems/SharedBodySystem.Parts.cs @@ -853,7 +853,7 @@ private bool TryGetPartSlotContainerName(BodyPartType partType, out HashSet new() { "gloves" }, BodyPartType.Leg => new() { "shoes" }, - BodyPartType.Head => new() { "eyes", "ears", "head", "neck" }, + BodyPartType.Head => new() { "eyes", "ears", "head", "mask" }, _ => new() }; return containerNames.Count > 0;