From 1f6a47f547add0a37f34f6fd7dec3dcd7686be3e Mon Sep 17 00:00:00 2001 From: Victor Zisthus <56660717+VictorZisthus@users.noreply.github.com> Date: Tue, 22 Sep 2020 11:18:59 -0400 Subject: [PATCH] fixed oh I can do it from mobile, yay --- 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 e20f5a5d325..784f63480f8 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)