From 67bab3b87f4fe5b60a89f8fcbb31b4cc4ebb77a6 Mon Sep 17 00:00:00 2001 From: "d_h2005@yahoo.com" Date: Sun, 16 Dec 2012 04:17:54 +0000 Subject: [PATCH] Small bugfix for extract reactions. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5340 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/reagents/Chemistry-Reagents.dm | 2 +- code/modules/reagents/Chemistry-Recipes.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index 5e8ae23fecb..6a212f41b24 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -74,7 +74,7 @@ datum return slimejelly - name = "slime Jelly" + name = "Slime Jelly" id = "slimejelly" description = "A gooey semi-liquid produced from one of the deadliest lifeforms in existence. SO REAL." reagent_state = LIQUID diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 5305eb9d142..ab1b6e0f7e9 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -662,7 +662,7 @@ datum slimejam name = "Slime Jam" id = "m_jam" - result = "slime Jelly" + result = "slimejelly" required_reagents = list("water" = 1) result_amount = 1 required_container = /obj/item/slime_core