From da31f40035202d49c9a60ef2eb5b0d7f117b9546 Mon Sep 17 00:00:00 2001 From: smegmauser3304 Date: Fri, 15 Nov 2024 19:07:12 -0600 Subject: [PATCH] Update incinerators.js --- mods/incinerators.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/incinerators.js b/mods/incinerators.js index 6374800d..34e2f5de 100644 --- a/mods/incinerators.js +++ b/mods/incinerators.js @@ -1,6 +1,6 @@ elements.incinerator = { color: "#e600ff", - desc: "It works like the incinerate tool but in machine.", + desc: "A machine that works like the incinerate tool.", behavior: [ "XX|HT:10000|XX", "HT:10000|XX|HT:10000", @@ -26,4 +26,4 @@ elements.e_incinerator = { category: "machines", state: "solid", insulate:true, -}; \ No newline at end of file +};