From d85dcb1e8db43dc2a010405f3ed1d4276b089ecf Mon Sep 17 00:00:00 2001 From: Doxxmedearly <38594443+Doxxmedearly@users.noreply.github.com> Date: Mon, 11 Jan 2021 02:36:34 -0600 Subject: [PATCH] Saner Saline Plus (#10932) --- code/modules/reagents/Chemistry-Recipes.dm | 4 ++-- html/changelogs/doxxmedearly - sanersaline.yml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/doxxmedearly - sanersaline.yml diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 93fc79f3418..8d8fecb7247 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -636,9 +636,9 @@ name = "Saline Plus" id = "saline" result = /datum/reagent/saline - required_reagents = list(/datum/reagent/water = 2, /datum/reagent/sugar = 0.2, /datum/reagent/sodiumchloride = 0.4) + required_reagents = list(/datum/reagent/water = 2, /datum/reagent/sugar = 0.5, /datum/reagent/sodiumchloride = 1) catalysts = list(/datum/reagent/toxin/phoron = 5) - result_amount = 1 + result_amount = 2 /datum/chemical_reaction/cataleptinol name = "Cataleptinol" diff --git a/html/changelogs/doxxmedearly - sanersaline.yml b/html/changelogs/doxxmedearly - sanersaline.yml new file mode 100644 index 00000000000..c43aa079b63 --- /dev/null +++ b/html/changelogs/doxxmedearly - sanersaline.yml @@ -0,0 +1,6 @@ +author: Doxxmedearly + +delete-after: True + +changes: + - tweak: "Changed the recipe for Saline Plus to be less obnoxious. The recipe is now 2u Water to 1u Sodium Chloride to 0.5u Sugar, and results in 2 units instead of 1."