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
/🆑
This commit is contained in:
Andrew
2023-05-02 12:46:49 +02:00
committed by GitHub
parent f870a141f7
commit f6af3b3ea3
@@ -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