mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Saner Saline Plus (#10932)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user