diff --git a/GainStation13/code/modules/reagents/chemistry/reagents/fermi_fat.dm b/GainStation13/code/modules/reagents/chemistry/reagents/fermi_fat.dm index 593b18d5..93242535 100644 --- a/GainStation13/code/modules/reagents/chemistry/reagents/fermi_fat.dm +++ b/GainStation13/code/modules/reagents/chemistry/reagents/fermi_fat.dm @@ -162,7 +162,7 @@ required_temp = 1 OptimalTempMin = 600 // Lower area of bell curve for determining heat based rate reactions OptimalTempMax = 650 // Upper end for above - ExplodeTemp = 800 // Temperature at which reaction explodes + ExplodeTemp = 700 // Temperature at which reaction explodes OptimalpHMin = 10 // Lowest value of pH determining pH a 1 value for pH based rate reactions (Plateu phase) OptimalpHMax = 11.5 // Higest value for above ReactpHLim = 1 // How far out pH wil react, giving impurity place (Exponential phase)