From e517ece6120122d2318e45a7c1398b428c678f42 Mon Sep 17 00:00:00 2001 From: Thalpy <48600475+ThalpySci@users.noreply.github.com> Date: Fri, 11 Oct 2019 08:41:08 +0100 Subject: [PATCH] Darnit beaker --- code/modules/reagents/chemistry/holder.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/holder.dm b/code/modules/reagents/chemistry/holder.dm index 1abe104142..1073bc071f 100644 --- a/code/modules/reagents/chemistry/holder.dm +++ b/code/modules/reagents/chemistry/holder.dm @@ -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()