fixed the syntax again
This commit is contained in:
parent
e526b710b1
commit
9205a843d5
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue