Refactor dry_acid and update acid properties
Removed the 'acid_gas' element and added temperature properties for 'acid'.
This commit is contained in:
parent
552ee6671e
commit
c6d06872fa
|
|
@ -32,3 +32,7 @@ elements.acid.reactions["dirty_water"] = {
|
||||||
|
|
||||||
delete elements.acid.reactions.water
|
delete elements.acid.reactions.water
|
||||||
delete elements.water.reactions.acid
|
delete elements.water.reactions.acid
|
||||||
|
delete elements.acid_gas
|
||||||
|
|
||||||
|
elements.acid.tempHigh = 100
|
||||||
|
elements.acid.stateHigh = ["dry_acid","steam"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue