From c6d06872faea870fd15eb64f4a0bc79ed4b58272 Mon Sep 17 00:00:00 2001 From: shkandriyeli-eng Date: Mon, 26 Jan 2026 18:12:57 -0700 Subject: [PATCH 1/2] Refactor dry_acid and update acid properties Removed the 'acid_gas' element and added temperature properties for 'acid'. --- mods/dry_acid.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mods/dry_acid.js b/mods/dry_acid.js index 337a63ed..3ba835e3 100644 --- a/mods/dry_acid.js +++ b/mods/dry_acid.js @@ -31,4 +31,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"] From 66edebc47ac1ff0302ec0cda2ee456cbdd996846 Mon Sep 17 00:00:00 2001 From: shkandriyeli-eng Date: Mon, 26 Jan 2026 18:18:37 -0700 Subject: [PATCH 2/2] Refactor dry_acid element definition and reactions --- mods/dry_acid.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/dry_acid.js b/mods/dry_acid.js index 3ba835e3..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,