Merge 66edebc47a into 9bc10bd391
This commit is contained in:
commit
0c6a4637d3
|
|
@ -1,5 +1,6 @@
|
||||||
elements.dry_acid = {
|
elements.dry_acid = {
|
||||||
name:"Anhydrous acid",
|
name:"Anhydrous acid",
|
||||||
|
alias:"anhydrous_acid",
|
||||||
desc:"It's pretty much just acid without water in it.",
|
desc:"It's pretty much just acid without water in it.",
|
||||||
color: ["#62e36f", "#a5d9aa", "#b3c9b6"],
|
color: ["#62e36f", "#a5d9aa", "#b3c9b6"],
|
||||||
behavior: behaviors.POWDER,
|
behavior: behaviors.POWDER,
|
||||||
|
|
@ -32,3 +33,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