From 6178fcf6a7970fb0fb9c86c73554963ae2514292 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Thu, 18 Apr 2019 22:34:35 -0400 Subject: [PATCH] No More Dust on Voidsuits You can now assemble your voidsuits while holding them in paw. Ported from https://github.com/Baystation12/Baystation12/pull/19482 --- 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 ef78d32f03..8ee276e341 100644 --- a/code/modules/clothing/spacesuits/void/void.dm +++ b/code/modules/clothing/spacesuits/void/void.dm @@ -213,7 +213,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) //TFF 18/4/19: Port Polaris QoL edit - allow attaching voidsuit parts WHILE holding it! user << "You cannot modify \the [src] while it is being worn." return