From 2a6b84151e9195b9ad9659c21a197532a1caf248 Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Sat, 12 Oct 2019 07:59:44 +0100 Subject: [PATCH] Removed something I didn't mean to --- code/modules/reagents/chemistry/holder.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/holder.dm b/code/modules/reagents/chemistry/holder.dm index 356ae3c645..e680ba58e0 100644 --- a/code/modules/reagents/chemistry/holder.dm +++ b/code/modules/reagents/chemistry/holder.dm @@ -768,7 +768,7 @@ del_reagent(R.id) else total_volume += R.volume - if(!total_volume) + if(!reagent_list || !total_volume) pH = REAGENT_NORMAL_PH return 0