diff --git a/mods/dry_acid.js b/mods/dry_acid.js index 337a63ed..944ca7fc 100644 --- a/mods/dry_acid.js +++ b/mods/dry_acid.js @@ -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 \ No newline at end of file +delete elements.water.reactions.acid +delete elements.acid_gas + +elements.acid.tempHigh = 100 +elements.acid.stateHigh = ["dry_acid","steam"]