From 8ea3a0f589be79b3fe1ef38046bf00d2d515c405 Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Wed, 17 Apr 2019 11:46:06 +1000 Subject: [PATCH] Allows voidsuits to be modified in hands --- code/modules/clothing/spacesuits/void/void.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/void/void.dm b/code/modules/clothing/spacesuits/void/void.dm index f1d12a9982..83dbdfd345 100644 --- a/code/modules/clothing/spacesuits/void/void.dm +++ b/code/modules/clothing/spacesuits/void/void.dm @@ -220,7 +220,7 @@ if(istype(W,/obj/item/clothing/accessory) || istype(W, /obj/item/weapon/hand_labeler)) return ..() - if(istype(src.loc,/mob/living)) + if(user.get_inventory_slot(src) == slot_wear_suit) to_chat(user, "You cannot modify \the [src] while it is being worn.") return