From cee8e5af67e6e3da3877a23a6c349b4a5aa1402d Mon Sep 17 00:00:00 2001 From: Verkister Date: Sun, 18 Oct 2020 15:47:07 +0300 Subject: [PATCH 1/2] Merge pull request #9087 from VictorZisthus/firefoamqol Added QOL Firefoam recipie --- code/modules/reagents/Chemistry-Recipes_vr.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/reagents/Chemistry-Recipes_vr.dm b/code/modules/reagents/Chemistry-Recipes_vr.dm index fa4763f41d..f4c83c053b 100644 --- a/code/modules/reagents/Chemistry-Recipes_vr.dm +++ b/code/modules/reagents/Chemistry-Recipes_vr.dm @@ -85,6 +85,15 @@ required_reagents = list("water" = 1) catalysts = list("fluorine" = 10) result_amount = 1 + +/datum/chemical_reaction/firefightingfoamqol //Please don't abuse this and make us remove it. Seriously. + name = "Firefighting Foam EZ" + id = "firefighting foam ez" + result = "firefoam" + required_reagents = list("water" = 1) + catalysts = list("firefoam" = 5) + inhibitors = list("fluorine" = 0.01) + result_amount = 1 /////////////////////////////////////////////////////////////////////////////////// /// Vore Drugs