This commit is contained in:
shkandriyeli-eng 2026-02-10 19:52:41 -03:00 committed by GitHub
commit 0c6a4637d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,6 @@
elements.dry_acid = {
name:"Anhydrous acid",
alias:"anhydrous_acid",
desc:"It's pretty much just acid without water in it.",
color: ["#62e36f", "#a5d9aa", "#b3c9b6"],
behavior: behaviors.POWDER,
@ -31,4 +32,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"]