From 161c5955f2a410d5c00b5e8c647138cd1f653102 Mon Sep 17 00:00:00 2001 From: Fermi Date: Tue, 2 Jul 2019 23:06:46 +0100 Subject: [PATCH] Removed tastes in buffers. --- .../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 9a3ae25b25..a028072dc0 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm @@ -341,7 +341,6 @@ name = "Acidic buffer" id = "acidic_buffer" description = "This reagent will consume itself and move the pH of a beaker towards acidity when added to another." - taste_description = "an acidy sort of taste, blech." color = "#fbc314" pH = 0 @@ -362,7 +361,6 @@ name = "Basic buffer" id = "basic_buffer" description = "This reagent will consume itself and move the pH of a beaker towards alkalinity when added to another." - taste_description = "an soapy sort of taste, blech." color = "#3853a4" pH = 14