This commit is contained in:
mwerezak
2015-04-02 17:41:36 -04:00
parent 96dd9df079
commit a7e07fc312

View File

@@ -216,7 +216,7 @@ var/list/slot_equipment_priority = list( \
O.screen_loc = null
if(istype(O, /obj/item))
var/obj/item/I = O
I.dropped()
I.dropped(src)
return 1