More Gore from Gibbing

This commit is contained in:
Fox-McCloud
2015-04-24 08:01:07 -04:00
parent 22b07a5820
commit 32e868621f
3 changed files with 43 additions and 0 deletions
@@ -13,6 +13,11 @@
playsound(src.loc, 'sound/effects/gib.ogg', 100, 1, 10)
for(var/obj/item/organ/I in internal_organs)
if(istype(loc,/turf))
I.removed(src)
I.throw_at(get_edge_target_turf(src,pick(alldirs)),rand(1,3),5)
for(var/obj/item/organ/external/E in src.organs)
if(istype(E, /obj/item/organ/external/chest))
continue