Merge pull request #11988 from Citadel-Station-13/kevinz000-patch-1

Fixes tackle gloves not removing their components
This commit is contained in:
Ghom
2020-04-23 14:35:49 +02:00
committed by GitHub
+1 -4
View File
@@ -33,10 +33,7 @@
/obj/item/clothing/gloves/tackler/dropped(mob/user)
. = ..()
if(!ishuman(user))
return
var/mob/living/carbon/human/H = user
if(H.get_item_by_slot(ITEM_SLOT_GLOVES) == src)
if(tackler)
qdel(tackler)
/obj/item/clothing/gloves/tackler/dolphin