Skip to content

Commit

Permalink
No matter what I do aaah all I think about is you aaah
Browse files Browse the repository at this point in the history
  • Loading branch information
Eagle-0 committed Oct 13, 2024
1 parent b014d36 commit e1fd015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Body/Systems/SharedBodySystem.Parts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ private bool TryGetPartSlotContainerName(BodyPartType partType, out HashSet<stri
{
BodyPartType.Arm => 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;
Expand Down

0 comments on commit e1fd015

Please sign in to comment.