From de9549d01985309da8f3148b358f81dd64421b89 Mon Sep 17 00:00:00 2001 From: Victor Zisthus <56660717+VictorZisthus@users.noreply.github.com> Date: Tue, 22 Sep 2020 12:11:30 -0400 Subject: [PATCH] fix2 --- code/modules/reagents/Chemistry-Recipes_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/Chemistry-Recipes_vr.dm b/code/modules/reagents/Chemistry-Recipes_vr.dm index 784f63480f8..bf345131827 100644 --- a/code/modules/reagents/Chemistry-Recipes_vr.dm +++ b/code/modules/reagents/Chemistry-Recipes_vr.dm @@ -87,12 +87,12 @@ result_amount = 1 /datum/chemical_reaction/firefightingfoamqol //Please don't abuse this and make us remove it. Seriously. - name = "Firefighting Foam EZ" + name = "Firefighting Foam" id = "firefighting foam ez" result = "firefoam" required_reagents = list("water" = 1) catalysts = list("firefoam" = 0.01) - inhibitors = list("fluorine" = 0.01) + inhibitors = list("fluorine" = 0.01) result_amount = 1 ///////////////////////////////////////////////////////////////////////////////////