diff --git a/Content.Client/UserInterface/HandsGui.cs b/Content.Client/UserInterface/HandsGui.cs index dca55b1526..50a18c558a 100644 --- a/Content.Client/UserInterface/HandsGui.cs +++ b/Content.Client/UserInterface/HandsGui.cs @@ -52,9 +52,9 @@ namespace Content.Client.UserInterface }), } }); - _leftHandTexture = _resourceCache.GetTexture("/Textures/Interface/Inventory/hand_l_no_letter.png"); - _middleHandTexture = _resourceCache.GetTexture("/Textures/Interface/Inventory/hand_l_no_letter.png"); - _rightHandTexture = _resourceCache.GetTexture("/Textures/Interface/Inventory/hand_r_no_letter.png"); + _leftHandTexture = _resourceCache.GetTexture("/Textures/Interface/Inventory/hand_l.png"); + _middleHandTexture = _resourceCache.GetTexture("/Textures/Interface/Inventory/hand_l.png"); + _rightHandTexture = _resourceCache.GetTexture("/Textures/Interface/Inventory/hand_r.png"); } private Texture HandTexture(HandLocation location) diff --git a/Resources/Textures/Interface/Inventory/ears.png b/Resources/Textures/Interface/Inventory/ears.png index 6cde161b0e..d0c0fc1590 100644 Binary files a/Resources/Textures/Interface/Inventory/ears.png and b/Resources/Textures/Interface/Inventory/ears.png differ diff --git a/Resources/Textures/Interface/Inventory/ears_alt.png b/Resources/Textures/Interface/Inventory/ears_alt.png deleted file mode 100644 index d0c0fc1590..0000000000 Binary files a/Resources/Textures/Interface/Inventory/ears_alt.png and /dev/null differ diff --git a/Resources/Textures/Interface/Inventory/ears_headset.png b/Resources/Textures/Interface/Inventory/ears_headset.png new file mode 100644 index 0000000000..6cde161b0e Binary files /dev/null and b/Resources/Textures/Interface/Inventory/ears_headset.png differ diff --git a/Resources/Textures/Interface/Inventory/gloves.png b/Resources/Textures/Interface/Inventory/gloves.png index e2f734e45e..3b54aced99 100644 Binary files a/Resources/Textures/Interface/Inventory/gloves.png and b/Resources/Textures/Interface/Inventory/gloves.png differ