Fixes Issue 1073 - Mining ore satchel crashing clients.

It's a small and crappy bugfix, the storage code of the satchel is awful and needs to be re-done.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5010 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
aranclanos@hotmail.com
2012-11-06 01:34:21 +00:00
parent c3c6da1c4a
commit beb53e2337

View File

@@ -345,6 +345,7 @@
return
var/turf/T = get_turf(src)
hide_from(usr)
for(var/obj/item/I in contents)
remove_from_storage(I, T)