diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index cd7b38e977..2c64015b62 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -86,4 +86,5 @@ obj/item/clothing/gloves/fingerless desc = "A pair of gloves that don't actually cover the fingers." name = "fingerless gloves" - icon_state = "fingerlessgloves" \ No newline at end of file + icon_state = "fingerlessgloves" + clipped = 1 \ No newline at end of file