other things I missed. oops

This commit is contained in:
Poojawa
2017-02-08 00:38:26 -06:00
parent 883ebad540
commit d0f50d5488
24 changed files with 192 additions and 141 deletions
@@ -527,7 +527,7 @@
/obj/item/weapon/storage/handle_atom_del(atom/A)
if(A in contents)
usr = null
remove_from_storage(A, loc)
remove_from_storage(A, null)
/obj/item/weapon/storage/contents_explosion(severity, target)
for(var/atom/A in contents)