mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user