From 2b0425bb56a83bf1522cb2ac2f12b33bf8ff9beb Mon Sep 17 00:00:00 2001 From: TheNightingale <137739943+TheNightingale@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:12:49 +0300 Subject: [PATCH] [MIRROR] Chem Quantities: Alky/Imi --- code/modules/reagents/Chemistry-Recipes.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 23cd5281dadc7..1da874e2a4ffd 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -174,7 +174,6 @@ result = /datum/reagent/kelotane required_reagents = list(/datum/reagent/silicon = 1, /datum/reagent/carbon = 1) result_amount = 2 - log_is_important = 1 /datum/chemical_reaction/peridaxon name = "Peridaxon" @@ -208,7 +207,7 @@ name = "Alkysine" result = /datum/reagent/alkysine required_reagents = list(/datum/reagent/acid/hydrochloric = 1, /datum/reagent/ammonia = 1, /datum/reagent/dylovene = 1) - result_amount = 2 + result_amount = 3 /datum/chemical_reaction/dexalin name = "Dexalin" @@ -298,7 +297,7 @@ name = "Imidazoline" result = /datum/reagent/imidazoline required_reagents = list(/datum/reagent/carbon = 1, /datum/reagent/hydrazine = 1, /datum/reagent/dylovene = 1) - result_amount = 2 + result_amount = 3 /datum/chemical_reaction/ethylredoxrazine name = "Ethylredoxrazine"