From cd188661b8901bb932b153f87daf79d7a7e7a1ba Mon Sep 17 00:00:00 2001 From: Duck- Date: Thu, 20 Mar 2014 02:29:57 -0400 Subject: [PATCH] Made clonetox harder to make. Clonex, mutagen, and lexorin. Because I hate fun. Thought clonex ate plasma but apparently it doesn't. --- code/modules/reagents/Chemistry-Recipes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index f15fbe07..2d396231 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -131,8 +131,8 @@ datum name = "Genetic Destabilizer" id = "destabilizer" result = "destabilizer" - required_reagents = list("clonexadone" = 1, "mutagen" = 1) - result_amount = 2 + required_reagents = list("clonexadone" = 1, "mutagen" = 1, "lexorin" = 1) + result_amount = 3 water //I can't believe we never had this. name = "Water"