From 3470d54a914bc342f4a767ccfd6ea10a95a3e555 Mon Sep 17 00:00:00 2001 From: Vi3trice <80771500+Vi3trice@users.noreply.github.com> Date: Thu, 4 Aug 2022 05:51:32 -0400 Subject: [PATCH] That's it (#18678) --- 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 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)