[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

🆑
fix: Electrolysis chemical reaction works with enriched liquid
electricity
/🆑

* Electrolysis works with enriched liquid electricity

---------

Co-authored-by: Andrew <mt.forspam@gmail.com>
This commit is contained in:
SkyratBot
2023-05-02 12:29:23 +01:00
committed by GitHub
co-authored by Andrew
parent aac9ab31c7
commit 8d3da0e05a
@@ -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