FBP Internal Components

This commit is contained in:
Mechoid
2020-08-20 21:40:15 -04:00
committed by VirgoBot
parent c600245864
commit 170b9a7513
24 changed files with 350 additions and 46 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