diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index cafc0f15d97..78959bc4e08 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -722,6 +722,7 @@ BLIND // can't see anything A.attached_unequip() /obj/item/clothing/under/equipped(mob/user, slot, initial) + ..() if(!ishuman(user)) return if(slot == slot_w_uniform)