You can't (un)equip garments on/from obscured inventory slots anymore.
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
/mob/living/carbon/monkey/proc/pickup_and_wear(obj/item/I)
|
||||
if(QDELETED(I) || I.loc != src)
|
||||
return
|
||||
equip_to_appropriate_slot(I)
|
||||
equip_to_appropriate_slot(I, TRUE)
|
||||
|
||||
/mob/living/carbon/monkey/resist_restraints()
|
||||
var/obj/item/I = null
|
||||
|
||||
Reference in New Issue
Block a user