From 438c1e600b28e20766ac2f775e8b0ac67d4efc1a Mon Sep 17 00:00:00 2001 From: "DESKTOP-4BUBN9N\\Mike" Date: Wed, 29 Jul 2020 21:33:08 +0100 Subject: [PATCH] adds cool and good new drink recipe --- code/modules/reagents/Chemistry-Recipes.dm | 3 +++ 1 file changed, 3 insertions(+) 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"