From 04b2e3e44c2e66aebb8c1c1b1479efbd2a22c0ef Mon Sep 17 00:00:00 2001 From: cadyn <35672377+cadyn@users.noreply.github.com> Date: Tue, 20 Oct 2020 12:11:34 -0700 Subject: [PATCH] Fix this bullshit --- code/modules/reagents/Chemistry-Recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 3f2fbbb750..46a326c486 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -270,7 +270,7 @@ result = "peridaxon" required_reagents = list("cordradaxon" = 1, "gastirodaxon" = 1, "hepanephrodaxon" = 1, "respirodaxon" = 1) //CHOMPEdit //catalysts = list("phoron" = 12) CHOMPEdit - result_amount = 2 + result_amount = 12 /datum/chemical_reaction/osteodaxon name = "Osteodaxon"