From 5f2a7512e7f925fa529dc7c965703cdab6a2a435 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sun, 7 Jan 2018 00:35:30 -0500 Subject: [PATCH] Lowers slime jelly cost, ups nutriment cost. --- code/modules/reagents/Chemistry-Recipes_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Recipes_vr.dm b/code/modules/reagents/Chemistry-Recipes_vr.dm index 2071e54172..806d0e6cd0 100644 --- a/code/modules/reagents/Chemistry-Recipes_vr.dm +++ b/code/modules/reagents/Chemistry-Recipes_vr.dm @@ -107,7 +107,7 @@ name = "Slime Bork" id = "m_tele2" result = null - required_reagents = list("phoron" = 10, "slimejelly" = 10, "nutriment" = 10) + required_reagents = list("phoron" = 10, "slimejelly" = 5, "nutriment" = 20) result_amount = 1 on_reaction(var/datum/reagents/holder)