Found a pH overflow.

This commit is contained in:
Fermi
2019-06-24 15:06:18 +01:00
parent 26cd24a79d
commit 8605d3a246
3 changed files with 3 additions and 2 deletions
@@ -129,6 +129,7 @@
if(total_volume > 0)
var/part = amount / total_volume
for(var/reagent in cached_reagents)
pH = 7
var/datum/reagent/R = reagent
remove_reagent(R.id, R.volume * part)
+1 -1
View File
@@ -961,7 +961,7 @@
//health
switch(H.health)
if(100)
if(100 to INFINITY)
speaktrigger += "I feel fit, "
if(80 to 99)
speaktrigger += "I ache a little bit, "