This commit is contained in:
slweeb 2025-02-21 19:29:30 -05:00
parent 2aa0d2f07e
commit 730de89503
1 changed files with 1 additions and 1 deletions

View File

@ -4335,7 +4335,7 @@ SEEDRISE: function(pixel) {
color: "#825d38",
tick: function(pixel) {
doDefaults(pixel);
if (pixel.charge) {
if (pixel.charge < 1) {
changePixel(pixel,"flash");
pixel.charge = 0;
}