From a4bfdaf4cef399b7f309b840fbfb0641e2cdebe4 Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:48:47 -0400 Subject: [PATCH] fix --- mods/a_mod_by_alice.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/a_mod_by_alice.js b/mods/a_mod_by_alice.js index 4f52dcc5..52bf4476 100644 --- a/mods/a_mod_by_alice.js +++ b/mods/a_mod_by_alice.js @@ -43536,6 +43536,8 @@ maxPixels (default 1000): Maximum amount of pixels/changes (if xSpacing and ySpa return } },50) + //aChefsDream fix: (re-)define juice reactions + elements.juice.reactions ??= {}; //END ## } catch (error) { alert(`Load failed (try reloading).\nThis is likely a sporadic failure caused by inconsistencies in how mods are loaded, and will likely fix itself in a refresh or two. If it persists, then it's an issue.\nError: ${error.stack}`);