From 257336ae0d17cb0d474db33ccb5c0d39d779ee4f Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Fri, 4 Oct 2019 02:24:02 +0100 Subject: [PATCH] Holderrrr --- code/modules/reagents/chemistry/holder.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/reagents/chemistry/holder.dm b/code/modules/reagents/chemistry/holder.dm index ce7819ed7a..5ae6b8f35c 100644 --- a/code/modules/reagents/chemistry/holder.dm +++ b/code/modules/reagents/chemistry/holder.dm @@ -750,6 +750,8 @@ del_reagent(R.id) else total_volume += R.volume + if(total_volume <= 0) + pH = 7 return 0 /datum/reagents/proc/clear_reagents()