might not be doing this right but eh

This commit is contained in:
Aurorablade
2015-11-02 21:58:15 -05:00
parent 600d351950
commit f5f7c0cde9
2 changed files with 2 additions and 12 deletions
@@ -337,7 +337,7 @@
/datum/reagent/liquidgibs/reaction_turf(var/turf/T, var/volume) //yes i took it from synthflesh...
src = null
if(volume >= 5)
new /obj/effect/decal/cleanable/blood/gibs(T)
new /obj/effect/decal/cleanable/blood/gibs/cleangibs(T)
playsound(T, 'sound/effects/splat.ogg', 50, 1, -3)
return