Merge pull request #13542 from KorPhaeron/gigantic_epipens

Fixes small objects covering the entire tile after a fire
This commit is contained in:
Cheridan
2015-12-11 07:23:00 -06:00
3 changed files with 18 additions and 7 deletions
@@ -278,8 +278,7 @@
Human.unEquip(src)
if(bomb)
for(var/obj/item/Item in contents) //Empty out the contents
Item.loc = src.loc
empty_object_contents()
spawn(1) //so the shreds aren't instantly deleted by the explosion
var/obj/effect/decal/cleanable/shreds/Shreds = new(loc)
Shreds.desc = "The sad remains of what used to be [src.name]."