Fix ring runtimes (#3950)

This commit is contained in:
Alberyk
2017-12-07 23:35:15 -06:00
committed by Lohikar
parent 212cc88d09
commit 47c70bbd4b
+1 -1
View File
@@ -267,7 +267,7 @@ BLIND // can't see anything
/obj/item/clothing/gloves/mob_can_equip(mob/user, slot)
var/mob/living/carbon/human/H = user
if(slot && slot == slot_gloves)
if(H.gloves)
if(istype(H.gloves, /obj/item/clothing/ring))
ring = H.gloves
if(!ring.undergloves)
to_chat(user, "You are unable to wear \the [src] as \the [H.gloves] are in the way.")