New way to make myelamine based on the old way

("bicaridine" = 1, "iron" = 2, "kelotane" = 1, "spidertoxin" = 1)
This commit is contained in:
Sharkmare
2019-02-06 21:08:32 +01:00
committed by GitHub
parent 048c541a96
commit 4c4b2e0c77
@@ -114,6 +114,14 @@
result = "myelamine"
required_reagents = list("bicaridine" = 1, "iron" = 2, "kelotane" = 1, "bluesap" = 1)
result_amount = 1
//Old version of above slightly modified
/datum/chemical_reaction/myelamineold //This is the clotting agent used by clotting packs.
name = "Myelamine"
id = "myelamineold"
result = "myelamine"
required_reagents = list("bicaridine" = 1, "iron" = 2, "kelotane" = 1, "spidertoxin" = 1)
result_amount = 1
/datum/chemical_reaction/hannoa
name = "Hannoa"