From f6af3b3ea3d3d01a41203c6f2bdac6b9c8f7df73 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 2 May 2023 13:46:49 +0300 Subject: [PATCH] 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: --- 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 46c721b367c..5dcb752fafb 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