ah
This commit is contained in:
@@ -235,7 +235,7 @@ mob/visible_message(message, self_message, blind_message, vision_distance = DEFA
|
||||
var/obj/item/I = get_item_by_slot(slot)
|
||||
if(istype(I))
|
||||
if(slot in check_obscured_slots())
|
||||
to_chat(src, "<span class='warning'>You are unable to unequip while wearing other garments over it!</span>")
|
||||
to_chat(src, "<span class='warning'>You are unable to unequip that while wearing other garments over it!</span>")
|
||||
return FALSE
|
||||
I.attack_hand(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user