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)