From 9bd93dbb297216c9d8bab31f08f9d49aaf2b4d64 Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Thu, 9 Apr 2015 16:01:19 +0100 Subject: [PATCH] Removes duplicate virus food recipe, adjusts correct recipe Fixes #8590 --- code/modules/reagents/Chemistry-Recipes.dm | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index fc8c129140..baf91fbee6 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -213,13 +213,6 @@ datum required_catalysts = list("phoron" = 5) result_amount = 2 - virus_food - name = "Virus Food" - id = "virusfood" - result = "virusfood" - required_reagents = list("water" = 1, "milk" = 1) - result_amount = 5 - leporazine name = "Leporazine" id = "leporazine" @@ -538,8 +531,8 @@ datum name = "Virus Food" id = "virusfood" result = "virusfood" - required_reagents = list("water" = 5, "milk" = 5, "oxygen" = 5) - result_amount = 15 + required_reagents = list("water" = 1, "milk" = 1, "oxygen" = 1) + result_amount = 3 /* mix_virus name = "Mix Virus"