From 1a72070f5c3bcee00d55a698dee3f58184f72361 Mon Sep 17 00:00:00 2001 From: bunny232 Date: Mon, 7 Jun 2021 21:44:33 -0400 Subject: [PATCH] slimejelly a --- code/modules/reagents/chemistry/recipes/others.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/reagents/chemistry/recipes/others.dm b/code/modules/reagents/chemistry/recipes/others.dm index 6eb0d5825c..1e9e1aa679 100644 --- a/code/modules/reagents/chemistry/recipes/others.dm +++ b/code/modules/reagents/chemistry/recipes/others.dm @@ -741,6 +741,13 @@ required_reagents = list(/datum/reagent/liquid_dark_matter = 5, /datum/reagent/medicine/synaptizine = 10, /datum/reagent/medicine/oculine = 10, /datum/reagent/mutationtoxin = 1) required_temp = 600 +/datum/chemical_reaction/slimejelly + name = "slimejelly" + results = list(/datum/reagent/toxin/slimejelly = 5) + required_reagents = list(/datum/reagent/oil = 3, /datum/reagent/radium = 2, /datum/reagent/consumable/tinlux = 1) + required_container = /obj/item/reagent_containers/food/snacks/grown/mushroom/glowshroom + mix_message = "The mushroom's insides bubble and pop and it becomes very limp." + /datum/chemical_reaction/slime_extractification required_reagents = list(/datum/reagent/toxin/slimejelly = 30, /datum/reagent/consumable/frostoil = 5, /datum/reagent/toxin/plasma = 5) mix_message = "The mixture condenses into a ball."