From f6181d7ea786bd338092fe92a054bfb9eace5197 Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:43:52 -0400 Subject: [PATCH] exclude bh from random --- mods/a_mod_by_alice.js | 1 + 1 file changed, 1 insertion(+) 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);