desand tool bugfix

This commit is contained in:
Nekonico 2025-03-18 12:04:53 -07:00 committed by GitHub
parent fe95e8cf8b
commit 7f80da4f05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -190,9 +190,6 @@ elements.desand = {
changePixel(pixel,"water")
}
}
else if ([pixel.element].startsWith("sand_")) {
deletePixel(pixel.x,pixel.y)
}
},
category: "tools",
}