diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index 5e8ae23fec..6a212f41b2 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 5305eb9d14..ab1b6e0f7e 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