mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-21 13:12:40 +01:00
Allows voidsuits to be modified in hands
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user