Refactor dry_acid and update acid properties

Removed the 'acid_gas' element and added temperature properties for 'acid'.
This commit is contained in:
shkandriyeli-eng 2026-01-26 18:12:57 -07:00 committed by GitHub
parent 552ee6671e
commit c6d06872fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -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"]