From 0dc862584b262731f2fa26ac49110d2c12a6ef7f Mon Sep 17 00:00:00 2001 From: Victor Zisthus <56660717+VictorZisthus@users.noreply.github.com> Date: Wed, 16 Sep 2020 15:56:18 -0400 Subject: [PATCH] Added Fire Fighting Foam Recipie For when you want to play around with the nifty water foam without draining all the actual tanks. Have fun with spray bottles and chem sprayers! --- code/modules/reagents/Chemistry-Recipes_vr.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/reagents/Chemistry-Recipes_vr.dm b/code/modules/reagents/Chemistry-Recipes_vr.dm index 9a74ec4665e..496520f513a 100644 --- a/code/modules/reagents/Chemistry-Recipes_vr.dm +++ b/code/modules/reagents/Chemistry-Recipes_vr.dm @@ -77,6 +77,14 @@ /datum/chemical_reaction/foam/softdrink required_reagents = list("cola" = 1, "mint" = 1) + +/datum/chemical_reaction/firefightingfoam //TODO: Make it so we can add this to the foam tanks to refill them + name = "Firefighting Foam" + id = "firefighting foam" + result = "firefoam" + required_reagents = list("water" = 1) + catalysts = list("fluorine" = 10) + result_amount = 1 /////////////////////////////////////////////////////////////////////////////////// /// Vore Drugs