Merge pull request #8724 from mwerezak/inventory

Fixes #8716
This commit is contained in:
Zuhayr
2015-04-03 13:17:10 +10:30
+1 -1
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