hotfix
This commit is contained in:
parent
2aa0d2f07e
commit
730de89503
|
|
@ -4335,7 +4335,7 @@ SEEDRISE: function(pixel) {
|
||||||
color: "#825d38",
|
color: "#825d38",
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
doDefaults(pixel);
|
doDefaults(pixel);
|
||||||
if (pixel.charge) {
|
if (pixel.charge < 1) {
|
||||||
changePixel(pixel,"flash");
|
changePixel(pixel,"flash");
|
||||||
pixel.charge = 0;
|
pixel.charge = 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue