From d9da3d54e52c276de023ad5dc2e98bf573a226ca Mon Sep 17 00:00:00 2001 From: JoshAdamPowell Date: Mon, 25 May 2020 06:48:40 +0100 Subject: [PATCH] Buff granibitaluri recipe (#51157) * Nerf granibitaluri recipe * Automatic changelog compile [ci skip] * Revert "Automatic changelog compile [ci skip]" This reverts commit 7706ead79cb55871d0da8d675c09bfd631d67088. * Automatic changelog compile [ci skip] * Automatic changelog compile [ci skip] * Revert "Automatic changelog compile [ci skip]" This reverts commit a2ebbc6d9f9c3623ac1c2fd32296ef6cc80ba45b. * Revert "Automatic changelog compile [ci skip]" This reverts commit 73f36a262bdff9d6131324e1af633f2748e31548. Co-authored-by: Changelogs --- code/modules/reagents/chemistry/recipes/medicine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/recipes/medicine.dm b/code/modules/reagents/chemistry/recipes/medicine.dm index 9653a448bc9..199409494df 100644 --- a/code/modules/reagents/chemistry/recipes/medicine.dm +++ b/code/modules/reagents/chemistry/recipes/medicine.dm @@ -151,7 +151,7 @@ /datum/chemical_reaction/granibitaluri results = list(/datum/reagent/medicine/granibitaluri = 3) - required_reagents = list(/datum/reagent/acetone = 1, /datum/reagent/phenol = 1, /datum/reagent/nitrogen = 1) + required_reagents = list(/datum/reagent/consumable/sodiumchloride = 1, /datum/reagent/carbon = 1, /datum/reagent/toxin/acid = 1) required_catalysts = list(/datum/reagent/iron = 5) /datum/chemical_reaction/medsuture