add support for custom blood colours

This commit is contained in:
Timothy Teakettle
2020-06-26 20:29:40 +01:00
parent 79a8be2c65
commit 334d55bef3
15 changed files with 28 additions and 15 deletions
@@ -77,7 +77,7 @@
/datum/reagent/blood/on_new(list/data)
if(istype(data))
SetViruses(src, data)
color = bloodtype_to_color(data["blood_type"])
color = data["bloodcolor"]
if(data["blood_type"] == "SY")
name = "Synthetic Blood"
taste_description = "oil"