Update incinerators.js

This commit is contained in:
smegmauser3304 2024-11-15 19:07:12 -06:00 committed by GitHub
parent f6c6ad6ad9
commit da31f40035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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,
};
};