From 8d3da0e05a34c321f2f222a7b94e9954fd4c8558 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 2 May 2023 12:29:23 +0100 Subject: [PATCH] [MIRROR] Electrolysis works with enriched liquid electricity [MDB IGNORE] (#20892) * Electrolysis works with enriched liquid electricity (#74977) ## About The Pull Request Electrolysis reaction seems to be overlooked with introduction of enriched version of LE. ## Why It's Good For The Game Reaction actually works for LE from Jupiter Cups, Energy Bars, Empowered burgers - the common sources of LE. ## Changelog :cl: fix: Electrolysis chemical reaction works with enriched liquid electricity /:cl: * Electrolysis works with enriched liquid electricity --------- Co-authored-by: Andrew --- code/modules/reagents/chemistry/recipes/others.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/recipes/others.dm b/code/modules/reagents/chemistry/recipes/others.dm index b35c7f9c9df..36729f30b35 100644 --- a/code/modules/reagents/chemistry/recipes/others.dm +++ b/code/modules/reagents/chemistry/recipes/others.dm @@ -593,7 +593,7 @@ //water electrolysis /datum/chemical_reaction/electrolysis results = list(/datum/reagent/oxygen = 1.5, /datum/reagent/hydrogen = 3) - required_reagents = list(/datum/reagent/consumable/liquidelectricity = 1, /datum/reagent/water = 5) + required_reagents = list(/datum/reagent/consumable/liquidelectricity/enriched = 1, /datum/reagent/water = 5) reaction_tags = REACTION_TAG_EASY | REACTION_TAG_CHEMICAL //butterflium