From c52bbb3707ce4496943d227a5fb35e889c7a43ee Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Tue, 13 Oct 2020 18:26:03 +0200 Subject: [PATCH] tweaks temp curve Dampens the exponentialness of the temp curve somewhat CurveSharpT: 5 -> 3 --- .../code/modules/reagents/chemistry/recipes/fermi.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm b/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm index 5241768813..bf66ffd9da 100644 --- a/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm +++ b/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm @@ -601,7 +601,7 @@ OptimalpHMax = 5 //2.2 ph levels of optimal ph zone - centered at 3.9 - ph of ingredients mixed at equal values is 9.55; ph of result is 8. ReactpHLim = 4 //CatalystFact = 0 - CurveSharpT = 5 + CurveSharpT = 3 CurveSharppH = 3 ThermicConstant = 15 HIonRelease = -0.15