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
|
|
@ -31,4 +31,8 @@ elements.acid.reactions["dirty_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