Fixed radioactive snow's behavior

This commit is contained in:
StellarX20 2022-01-17 22:45:14 -05:00 committed by GitHub
parent b93165fe19
commit c0a97a9ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ behaviors.RADIOACTIVE_POWDER = [
];
elements.radioactive_snow = {
color: "#9f7ba6",
behavior: behaviors.RADIOACTIVE_SOLID,
behavior: behaviors.RADIOACTIVE_POWDER,
category: "land",
density: 103,
state: "solid",