From 543125f321163c9d918c6bb754f94ac6b7ecfcb0 Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Fri, 14 Oct 2022 09:35:02 -0400 Subject: [PATCH] function edit --- mods/human_edit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/human_edit.js b/mods/human_edit.js index a0815b64..aab3eefe 100644 --- a/mods/human_edit.js +++ b/mods/human_edit.js @@ -25,6 +25,7 @@ function breakPixel(pixel,changetemp=false) { breakIntoElement = breakIntoElement[Math.floor(Math.random() * breakIntoElement.length)] }; changePixel(pixel,breakIntoElement,changetemp) + return true; }; if(enabledMods.includes(onTryMoveIntoMod)) {