diff --git a/Content.Client/GameObjects/Components/Items/HandsComponent.cs b/Content.Client/GameObjects/Components/Items/HandsComponent.cs index 2ccbc805d1..8bf8bf6c9d 100644 --- a/Content.Client/GameObjects/Components/Items/HandsComponent.cs +++ b/Content.Client/GameObjects/Components/Items/HandsComponent.cs @@ -33,6 +33,7 @@ namespace Content.Client.GameObjects.Components.Items private void AddHand(Hand hand) { + _sprite?.LayerMapReserveBlank($"hand-{hand.Name}"); _hands.Insert(hand.Index, hand); }