This commit is contained in:
Fox McCloud
2019-08-24 20:13:09 -04:00
parent 66089849a5
commit 4c6651fa72
4 changed files with 17 additions and 11 deletions
+1 -4
View File
@@ -193,10 +193,7 @@
var/obj/item/W = get_active_hand()
if(istype(W))
if(istype(W, /obj/item/clothing))
equip_to_slot_if_possible(W, slot)
else
equip_to_slot_if_possible(W, slot)
equip_to_slot_if_possible(W, slot)
else if(!restrained())
W = get_item_by_slot(slot)
if(W)