From f7653114c3cbf3e3afd3c898d01be187d5cb41aa Mon Sep 17 00:00:00 2001 From: Yoshax Date: Sat, 28 May 2016 18:09:27 +0100 Subject: [PATCH] Fixes /under/ being fucked --- code/modules/clothing/clothing.dm | 1 + 1 file changed, 1 insertion(+) 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() ..()