fixed the syntax again

This commit is contained in:
mrnoodleface 2023-03-21 20:21:52 -04:00 committed by GitHub
parent e526b710b1
commit 9205a843d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ elements.radiator = {
color: "#248c1c",
tool: function(pixel) {
if (pixel.element == "null") {
pixel.element == "radiation"
pixel.element = "radiation"
}
if (pixel.element == "cloud") {
pixel.element = "rad_cloud"