mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user