diff --git a/code/modules/reagents/chemistry/recipes/others.dm b/code/modules/reagents/chemistry/recipes/others.dm index d40b1a5b..ea7f86c5 100644 --- a/code/modules/reagents/chemistry/recipes/others.dm +++ b/code/modules/reagents/chemistry/recipes/others.dm @@ -702,3 +702,11 @@ id = "royalbluecarpet" results = list("royalbluecarpet" = 2) required_reagents = list("carpet" = 1, "clonexadone" = 1) + +/datum/chemical_reaction/synth_blood + name = "Synthetic Blood" + id = "syntheticblood" + results = list("syntheticblood" = 3) + required_reagents = list("salglu_solution" = 1, "iron" = 1, "stable_plasma" = 1) + mix_message = "The mixture congeals and gives off a faint copper scent." + required_temp = 350