From eac84788125480861bb5b3c69436f5464e79af0c Mon Sep 17 00:00:00 2001 From: Thalpy Date: Sun, 14 Apr 2019 06:02:35 +0100 Subject: [PATCH] Minor deltapH tweaks --- code/modules/reagents/chemistry/holder.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/reagents/chemistry/holder.dm b/code/modules/reagents/chemistry/holder.dm index 5ede4924dc..716d56d89c 100644 --- a/code/modules/reagents/chemistry/holder.dm +++ b/code/modules/reagents/chemistry/holder.dm @@ -488,13 +488,13 @@ deltapH = 0 else deltapH = (C.ReactpHLim -((pH - (C.OptimalpHMax + C.ReactpHLim))+C.ReactpHLim)/(C.ReactpHLim**C.CurveSharppH) - //Within mid range else if (pH >= C.OptimalpHMin && pH <= C.OptimalpHMax) - deltapH = 0 - + deltapH = 1 + //This should never proc: else message_admins("Fermichem's pH broke!! Please let Fermis know!!") + WARNING("[my_atom] attempted to determine FermiChem pH for '[reagent]' which broke for some reason! ([usr])") //TODO Add CatalystFact stepChemAmmount = multiplier * deltaT