From 6fac4040d0c2687f1fe8b98dbfee3087153a503f Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 6 Feb 2019 21:13:58 +0100 Subject: [PATCH] Update Chemistry-Recipes_vr.dm --- code/modules/reagents/Chemistry-Recipes_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Recipes_vr.dm b/code/modules/reagents/Chemistry-Recipes_vr.dm index a8b951631d..bccfc57640 100644 --- a/code/modules/reagents/Chemistry-Recipes_vr.dm +++ b/code/modules/reagents/Chemistry-Recipes_vr.dm @@ -116,7 +116,7 @@ result_amount = 1 //Old version of above slightly modified /datum/chemical_reaction/myelamineold //This is the clotting agent used by clotting packs. - name = "Myelamine" + name = "Myelamineold" id = "myelamineold" result = "myelamine" required_reagents = list("bicaridine" = 1, "iron" = 2, "kelotane" = 1, "spidertoxin" = 1)