From 4c4b2e0c77a759be5357cafca0e565ba122e4234 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 6 Feb 2019 21:08:32 +0100 Subject: [PATCH] New way to make myelamine based on the old way ("bicaridine" = 1, "iron" = 2, "kelotane" = 1, "spidertoxin" = 1) --- code/modules/reagents/Chemistry-Recipes_vr.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/reagents/Chemistry-Recipes_vr.dm b/code/modules/reagents/Chemistry-Recipes_vr.dm index b44c92b254..a8b951631d 100644 --- a/code/modules/reagents/Chemistry-Recipes_vr.dm +++ b/code/modules/reagents/Chemistry-Recipes_vr.dm @@ -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"