diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index f5f4d17587e..9a8c1e85167 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -908,6 +908,9 @@ //VOREStation Edit End return +/datum/chemical_reaction/foam/softdrink //vorestation add + required_reagents = list("cola" = 1, "mint" = 1) //vorestation add + /datum/chemical_reaction/metalfoam name = "Metal Foam" id = "metalfoam"