forceMove for storage item removal

This commit is contained in:
Unknown
2018-08-28 10:22:45 +02:00
parent 98df7d3e6d
commit b89eec6ce6
@@ -352,6 +352,10 @@
W.fire_act()
return 1
/obj/item/storage/Exited(atom/A, loc)
remove_from_storage(A, loc) //worry not, comrade; this only gets called once
..()
/obj/item/storage/empty_object_contents(burn, loc)
for(var/obj/item/Item in contents)
remove_from_storage(Item, loc, burn)