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 +};