taking items off people is more consistent

so is putting them on people
This commit is contained in:
Unknown
2018-08-28 11:40:47 +02:00
parent 98df7d3e6d
commit cf9e3f6bef
+1 -1
View File
@@ -857,7 +857,7 @@ var/list/slot_equipment_priority = list( \
if(machine && in_range(src, usr))
show_inv(machine)
if(!usr.stat && usr.canmove && !usr.restrained() && in_range(src, usr))
if(!usr.incapacitated() && in_range(src, usr))
if(href_list["item"])
var/slot = text2num(href_list["item"])
var/obj/item/what = get_item_by_slot(slot)