diff --git a/mods/a_mod_by_alice.js b/mods/a_mod_by_alice.js index 2a091c29..4e6a8914 100644 --- a/mods/a_mod_by_alice.js +++ b/mods/a_mod_by_alice.js @@ -8571,6 +8571,7 @@ color1 and color2 spread through striped paint like dye does with itself. col elements.amba_black_hole = { color: "#000000", maxColorOffset: 0, + excludeRandom: true, tick: function(pixel) { pixel.lastTemps ??= []; pixel.lastTemps.push(pixel.temp);