Update incinerators.js
This commit is contained in:
parent
f6c6ad6ad9
commit
da31f40035
|
|
@ -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,
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue