From b3ca1ca844aca97cdba31c8c6ba958fe0026aa37 Mon Sep 17 00:00:00 2001 From: Belsima Date: Tue, 11 Jul 2017 00:56:17 -0400 Subject: [PATCH] nevermind, we removed species restrictions --- code/modules/clothing/gloves/color.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index 2c64015b620..cd7b38e9772 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