Merge pull request #9430 from FlattestGuitar/forceMove

you can remove items from storage with forceMove() properly
This commit is contained in:
Crazy Lemon
2018-08-29 08:29:26 -07:00
committed by GitHub
@@ -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)