Fixes UI stuff

This commit is contained in:
KorPhaeron
2015-12-09 21:37:18 -06:00
parent b0da7b3a64
commit 50e4e77250
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]."