diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 6e78b261e33..87b6b7540d1 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -532,6 +532,7 @@ ..() if ((ishuman(usr) || issmall(usr)) && src.loc == user) return + ..() /obj/item/clothing/under/New() ..()