Merge pull request #8757 from VOREStation/upstream-merge-7445

[MIRROR] FBP Internal Components
This commit is contained in:
Novacat
2020-08-21 13:32:02 -04:00
committed by GitHub
24 changed files with 342 additions and 56 deletions
@@ -53,7 +53,11 @@ var/global/list/image/splatter_cache=list()
/obj/effect/decal/cleanable/blood/update_icon()
if(basecolor == "rainbow") basecolor = "#[get_random_colour(1)]"
color = basecolor
if(synthblood)
if(basecolor == SYNTH_BLOOD_COLOUR)
name = "oil"
desc = "It's quite oily."
else if(synthblood)
name = "synthetic blood"
desc = "It's quite greasy."
else