In the NoiseRevoltHome code component, find:
ambientTimer++
if (
ambientTimer > nextAmbientTarget &&
!ambientParticle &&
hexGrid.length > 0
) {
Replace with:
ambientTimer++
if (ambientTimer > nextAmbientTarget && hexGrid.length > 0 && !ambientParticle) {