Pushing a buncha stuff so I can fix things.

This commit is contained in:
Fermi
2019-07-28 23:23:45 +01:00
parent 123c9199ba
commit 31709938c6
8 changed files with 115 additions and 27 deletions
+2 -6
View File
@@ -692,12 +692,8 @@
return
//Make sure things are limited.
if (pH > 14)
pH = 14
else if (pH < 0)
pH = 0
//some beakers melt at extremes. This proc is called in add_reagent
pH = CLAMP(pH, 0, 14)
//return said amount to compare for next step.
return (reactedVol)