Merge pull request #74 from mrnoodleface/patch-2

fixed the syntax again
This commit is contained in:
slweeb 2023-03-21 20:22:41 -04:00 committed by GitHub
commit 72b65cac1a
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"