From 9f843f299d068fc869dfe9683a2f61ddcfd26b15 Mon Sep 17 00:00:00 2001 From: Fermi Date: Sun, 7 Jul 2019 06:02:34 +0100 Subject: [PATCH] BUFFERSSSSSS ARGH --- .../code/modules/reagents/chemistry/reagents/fermi_reagents.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm index 6f040ee511..c056fec66e 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm @@ -350,7 +350,6 @@ color = "#fbc314" pH = 0 can_synth = TRUE - addProc = TRUE //Consumes self on addition and shifts pH /datum/reagent/fermi/acidic_buffer/on_new(datapH) @@ -372,7 +371,6 @@ color = "#3853a4" pH = 14 can_synth = TRUE - addProc = TRUE /datum/reagent/fermi/basic_buffer/on_new(datapH) data = datapH