From 157ee6773dac76e9505861bc9a24bc5a002fd637 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 14 May 2020 16:58:50 -0400 Subject: [PATCH] Fix glove runtime --- code/modules/clothing/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index c6cc7d3db95..a13947cf0a5 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -337,7 +337,7 @@ return */ -/obj/item/clothing/gloves/mob_can_equip(mob/user, slot) +/obj/item/clothing/gloves/mob_can_equip(mob/user, slot, disable_warning = 0) var/mob/living/carbon/human/H = user if(slot && slot == slot_gloves)