Comment body-bloodying out until it gets fixed.

"So, there's a bit of a bug with the blood system- specifically
bloody_body. It doesn't always transfer the color of the blood
correctly, for no apparent reason." - Tigercat2000
This commit is contained in:
KasparoVy
2017-12-13 21:20:19 -05:00
parent 258df0caad
commit dd683fa081
+2 -1
View File
@@ -97,7 +97,8 @@
if(istype(H))
for(var/mob/living/carbon/human/M in step_over) //Bloody the mobs who're infront of the spray.
M.bloody_hands(H)
M.bloody_body(H)
/* Uncomment when bloody_body stops randomly not transferring blood colour.
M.bloody_body(H) */
var/organ_hit_text = ""
if(L.has_limbs)