More limb sprite fixes

This commit is contained in:
ZomgPonies
2015-05-05 15:54:19 -04:00
parent 109c1d4dc9
commit 2e0a6ba100
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -664,6 +664,7 @@ Note that amputating the affected organ does in fact remove the infection from t
return
if(DROPLIMB_BURN)
new /obj/effect/decal/cleanable/ash(get_turf(victim))
qdel(src)
if(DROPLIMB_BLUNT)
var/obj/effect/decal/cleanable/blood/gibs/gore = new victim.species.single_gib_type(get_turf(victim))
if(victim.species.flesh_color)
@@ -677,8 +678,8 @@ Note that amputating the affected organ does in fact remove the infection from t
I.removed()
if(istype(loc,/turf))
I.throw_at(get_edge_target_turf(src,pick(alldirs)),rand(1,3),30)
qdel(src)
del(src)
/****************************************************
HELPERS