From 730de895038f18a23f5d14c249f9f3a33effe96b Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Fri, 21 Feb 2025 19:29:30 -0500 Subject: [PATCH] hotfix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e4a8d5ab..ae7f91ba 100644 --- a/index.html +++ b/index.html @@ -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; }