Didnt know I could make it a subtype

This commit is contained in:
Unknown
2020-02-16 11:17:54 -05:00
parent 313f544aee
commit 3286f43d90
@@ -68,10 +68,8 @@
results = list(/datum/reagent/medicine/synthflesh = 3)
required_reagents = list(/datum/reagent/blood = 1, /datum/reagent/carbon = 1, /datum/reagent/medicine/styptic_powder = 1)
/datum/chemical_reaction/synthflesh2
name = "Synthflesh"
/datum/chemical_reaction/synthflesh/synthblood
id = "synthflesh_2"
results = list(/datum/reagent/medicine/synthflesh = 3)
required_reagents = list(/datum/reagent/blood/synthetics = 1, /datum/reagent/carbon = 1, /datum/reagent/medicine/styptic_powder = 1)
/datum/chemical_reaction/synthtissue