From c6d06872faea870fd15eb64f4a0bc79ed4b58272 Mon Sep 17 00:00:00 2001 From: shkandriyeli-eng Date: Mon, 26 Jan 2026 18:12:57 -0700 Subject: [PATCH] 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"]