From 0cb31c70c271fa7023126e3ac7e223a30bb70b15 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Fri, 29 Jul 2016 18:05:48 -0400 Subject: [PATCH] Mangled fingerless gloves or fethas attempts to address black gloves --- code/modules/clothing/gloves/color.dm | 1 + code/modules/clothing/gloves/miscellaneous.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index 76bfbdfd394..2d8878af829 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -80,6 +80,7 @@ if(pickpocket) F.pickpocket = 1 qdel(src) + return ..() /obj/item/clothing/gloves/color/orange diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index feae32b9085..2b265c06751 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -9,6 +9,7 @@ min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT strip_delay = 40 put_on_delay = 20 + clipped = 1 /obj/item/clothing/gloves/cyborg desc = "beep boop borp"