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
This commit is contained in:
TheFurryFeline
2019-04-18 22:34:35 -04:00
committed by GitHub
parent 081fc95142
commit 6178fcf6a7
@@ -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 << "<span class='warning'>You cannot modify \the [src] while it is being worn.</span>"
return