From 4baa5d603ef29af4f8b815d58155fa9b70096ab3 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 4 Feb 2019 12:42:15 +0100 Subject: [PATCH] Chemical reaction to make Black sap plants harder to harvest Literally just combines the trinity of sap into nutriments. --- code/modules/reagents/Chemistry-Recipes_vr.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/reagents/Chemistry-Recipes_vr.dm b/code/modules/reagents/Chemistry-Recipes_vr.dm index 1cc22c48be..b44c92b254 100644 --- a/code/modules/reagents/Chemistry-Recipes_vr.dm +++ b/code/modules/reagents/Chemistry-Recipes_vr.dm @@ -129,6 +129,12 @@ required_reagents = list("dermaline" = 1, "orangesap" = 1, "Copper" = 1) result_amount = 1 +/datum/chemical_reaction/nutrient + name = "Nutriment" + id = "nutriment" + result = "nutriment" + required_reagents = list("purplesap" = 1, "orangesap" = 1, "bluesap" = 1) + result_amount = 3 /////////////////////////////////////////////////////////////////////////////////// /// Special drinks