Fixed radioactive snow's behavior
This commit is contained in:
parent
b93165fe19
commit
c0a97a9ec2
|
|
@ -325,7 +325,7 @@ behaviors.RADIOACTIVE_POWDER = [
|
||||||
];
|
];
|
||||||
elements.radioactive_snow = {
|
elements.radioactive_snow = {
|
||||||
color: "#9f7ba6",
|
color: "#9f7ba6",
|
||||||
behavior: behaviors.RADIOACTIVE_SOLID,
|
behavior: behaviors.RADIOACTIVE_POWDER,
|
||||||
category: "land",
|
category: "land",
|
||||||
density: 103,
|
density: 103,
|
||||||
state: "solid",
|
state: "solid",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue