From 4f4aa00883cce9c40092f5ec92ec999cee286fd3 Mon Sep 17 00:00:00 2001 From: Duck- Date: Wed, 19 Mar 2014 15:20:04 -0400 Subject: [PATCH] Adds clonetox Pain to make, not as good as straight mutagen. --- code/modules/reagents/Chemistry-Recipes.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 8f6b8a9c..f15fbe07 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -127,6 +127,13 @@ datum // required_reagents = list("hydrogen" = 1, "carbon" = 1, "nitrogen" = 1) // result_amount = 1 + destabilizer + name = "Genetic Destabilizer" + id = "destabilizer" + result = "destabilizer" + required_reagents = list("clonexadone" = 1, "mutagen" = 1) + result_amount = 2 + water //I can't believe we never had this. name = "Water" id = "water"