Merge pull request #1052 from DBNekonico/main

desand tool bugfix
This commit is contained in:
slweeb 2025-03-23 20:18:50 -04:00 committed by GitHub
commit 09f84f3b94
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",
}