added dead
This commit is contained in:
parent
0541e10fe0
commit
2a8c1e9334
|
|
@ -987,7 +987,15 @@ colorOn: "#db5b0b",
|
||||||
category: "machines",
|
category: "machines",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
behavior: behaviors.WALL,
|
behavior: behaviors.WALL,
|
||||||
behaviorOn: behaviors.LASEREMITTER
|
behaviorOn: behaviors.LASEREMITTER,
|
||||||
|
conduct: 1,
|
||||||
|
};
|
||||||
|
elements.dead = {
|
||||||
|
color: "#a5a683",
|
||||||
|
category: "life",
|
||||||
|
state: "solid",
|
||||||
|
behavior: behaviors.POWDER,
|
||||||
|
density: 10,
|
||||||
};
|
};
|
||||||
/* Unfinished:
|
/* Unfinished:
|
||||||
magnesium
|
magnesium
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue