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