From 438c1e600b28e20766ac2f775e8b0ac67d4efc1a Mon Sep 17 00:00:00 2001 From: "DESKTOP-4BUBN9N\\Mike" Date: Wed, 29 Jul 2020 21:33:08 +0100 Subject: [PATCH 1/2] 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" From 4f2f60e4bc6b2df62c5193d73ccf5c80ffff9f74 Mon Sep 17 00:00:00 2001 From: "DESKTOP-4BUBN9N\\Mike" Date: Wed, 29 Jul 2020 22:03:05 +0100 Subject: [PATCH 2/2] vr file makes more sense also added comment separator --- code/modules/reagents/Chemistry-Recipes.dm | 3 --- code/modules/reagents/Chemistry-Recipes_vr.dm | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 9a8c1e85167..f5f4d17587e 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -908,9 +908,6 @@ //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" diff --git a/code/modules/reagents/Chemistry-Recipes_vr.dm b/code/modules/reagents/Chemistry-Recipes_vr.dm index 3ef0aec7ecc..d1f8974b377 100644 --- a/code/modules/reagents/Chemistry-Recipes_vr.dm +++ b/code/modules/reagents/Chemistry-Recipes_vr.dm @@ -47,6 +47,9 @@ s.start() holder.clear_reagents() +/////////////////////////////////////////////////////////////////////////////////// +/// Miscellaneous Reactions + /datum/chemical_reaction/xenolazarus name = "Discount Lazarus" id = "discountlazarus" @@ -72,6 +75,9 @@ H.visible_message("[H] twitches for a moment, but remains still.") // no nutriment +/datum/chemical_reaction/foam/softdrink + required_reagents = list("cola" = 1, "mint" = 1) + /////////////////////////////////////////////////////////////////////////////////// /// Vore Drugs