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