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