Allows voidsuits to be modified in hands

This commit is contained in:
Heroman3003
2019-04-17 11:46:06 +10:00
parent 6cffb5d358
commit 8ea3a0f589
@@ -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, "<span class='warning'>You cannot modify \the [src] while it is being worn.</span>")
return