From 67fcd2e6e460da39939872bc276f63ad890e2334 Mon Sep 17 00:00:00 2001 From: MDReckless Date: Mon, 28 Oct 2013 11:24:45 -0400 Subject: [PATCH] Grape Soda Adds grape soda as a recipe --- code/modules/reagents/Chemistry-Recipes.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 07c1c77869..f9451472ce 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -1790,6 +1790,14 @@ datum result = "barefoot" required_reagents = list("berryjuice" = 1, "cream" = 1, "vermouth" = 1) result_amount = 3 + + grapesoda //Allows Grape Soda to be made + name = "Grape Soda" + id = "grapesoda" + result = "grapesoda" + required_reagents = list("grapejuice" = 2, "cola" = 1) + result_amount = 3 + ////DRINKS THAT REQUIRED IMPROVED SPRITES BELOW:: -Agouri/////