From 1277df1013c0af3228d8947c04378922b1dcb9b2 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Thu, 4 Nov 2021 22:02:51 +0100 Subject: [PATCH] typod --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 3a7d7be723..c50449850f 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -2401,7 +2401,7 @@ description = "A powerful preservation agent, utilizing the preservative effects of formaldehyde with significantly less of the histamine." reagent_state = LIQUID color = "#f7685e" - processing_flags = REAGENT_ORGANIC_PROCESS | REAGENT_ROBOTIC_PROCESS + chemical_flags = REAGENT_ORGANIC_PROCESS | REAGENT_ROBOTIC_PROCESS metabolization_rate = REAGENTS_METABOLISM * 0.25