Delete death.js
This commit is contained in:
parent
809e2192a0
commit
ef4b33bd0e
18
death.js
18
death.js
|
|
@ -1,18 +0,0 @@
|
||||||
elements.chowder = {
|
|
||||||
color: "#c7c98b",
|
|
||||||
behavior: behaviors.POWDER,
|
|
||||||
category: "food",
|
|
||||||
state: "solid",
|
|
||||||
reactions: {
|
|
||||||
"water": { elem1: null, elem2: "soup" },
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
elements.soup = {
|
|
||||||
color: "#c28719",
|
|
||||||
behavior: behaviors.LIQUID,
|
|
||||||
category: "food",
|
|
||||||
state: "liquid",
|
|
||||||
stateHigh: "chowder",
|
|
||||||
tempHigh: 100
|
|
||||||
};
|
|
||||||
Loading…
Reference in New Issue