Decreased impossibility of catchem

This commit is contained in:
Thalpy
2019-07-12 16:39:10 +01:00
parent aece9b31ed
commit 63eb375b74
@@ -477,14 +477,14 @@
/datum/chemical_reaction/fermi/secretcatchem/New()
//rand doesn't seem to work with n^-e
OptimalTempMin += rand(-100, 100)
OptimalTempMax = (OptimalTempMin+rand(0, 200))
ExplodeTemp = (OptimalTempMax+rand(0, 200))
OptimalTempMax = (OptimalTempMin+rand(20, 200))
ExplodeTemp = (OptimalTempMax+rand(20, 200))
OptimalpHMin += rand(1, 10)
OptimalpHMax = (OptimalpHMin + rand(1, 5))
ReactpHLim += rand(-2, 2)
ReactpHLim += rand(-1.8, 2)
CurveSharpT += (rand(1, 500)/100)
CurveSharppH += (rand(1, 500)/100)
ThermicConstant += rand(-50, 50)
ThermicConstant += rand(-20, 20)
HIonRelease += (rand(-25, 25)/100)
RateUpLim += (rand(1, 1000)/100)
PurityMin += (rand(-1, 1)/10)