From d17940e18775fe781fcaf1a657944107cb14d35f Mon Sep 17 00:00:00 2001 From: SquareScreamYT <134925668+SquareScreamYT@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:19:49 +0800 Subject: [PATCH] Update aChefsDream.js --- mods/aChefsDream.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/aChefsDream.js b/mods/aChefsDream.js index c8a2039e..34d9342b 100644 --- a/mods/aChefsDream.js +++ b/mods/aChefsDream.js @@ -7099,12 +7099,14 @@ elements.food_coloring = { pixelMap[x][y].color = `rgb(${parseInt(newrgb2.r)},${parseInt(newrgb2.g)},${parseInt(newrgb2.b)})`; if (Math.random() < 0.002) { deletePixel(pixel.x,pixel.y) + break } } } } } } + doDefaults(pixel) }, onSelect: function () { logMessage("Tip: You can spread food coloring using water.");