From e41c2ac7ba3e077f0b24aa317b48d7f12bd7b703 Mon Sep 17 00:00:00 2001 From: "ryantennessee@yahoo.com" Date: Wed, 25 Jan 2012 21:57:03 +0000 Subject: [PATCH] git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2985 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/chemical/Chemistry-Recipes.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/chemical/Chemistry-Recipes.dm b/code/modules/chemical/Chemistry-Recipes.dm index 719c6e1199c..59ea3d90a15 100644 --- a/code/modules/chemical/Chemistry-Recipes.dm +++ b/code/modules/chemical/Chemistry-Recipes.dm @@ -42,6 +42,13 @@ datum required_reagents = list("aluminum" = 1, "silicon" = 1, "oxygen" = 1) result_amount = 3 + stoxin + name = "Sleep Toxin" + id = "stoxin" + result = "stoxin" + required_reagents = list("chloralhydrate" = 1, "sugar" = 4) + result_amount = 5 + sterilizine name = "Sterilizine" id = "sterilizine"