Darnit beaker

This commit is contained in:
Thalpy
2019-10-11 08:41:08 +01:00
parent 8909b0f6c3
commit e517ece612
+2 -2
View File
@@ -769,8 +769,8 @@
del_reagent(R.id)
else
total_volume += R.volume
if(!reagent_list)
pH = 7
if(!reagent_list || !total_volume)
pH = REAGENT_NORMAL_PH
return 0
/datum/reagents/proc/clear_reagents()