function edit
This commit is contained in:
parent
045739de78
commit
543125f321
|
|
@ -25,6 +25,7 @@ function breakPixel(pixel,changetemp=false) {
|
||||||
breakIntoElement = breakIntoElement[Math.floor(Math.random() * breakIntoElement.length)]
|
breakIntoElement = breakIntoElement[Math.floor(Math.random() * breakIntoElement.length)]
|
||||||
};
|
};
|
||||||
changePixel(pixel,breakIntoElement,changetemp)
|
changePixel(pixel,breakIntoElement,changetemp)
|
||||||
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
if(enabledMods.includes(onTryMoveIntoMod)) {
|
if(enabledMods.includes(onTryMoveIntoMod)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue