function edit

This commit is contained in:
O-01-67 2022-10-14 09:35:02 -04:00 committed by GitHub
parent 045739de78
commit 543125f321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {