From 19c8c01ae1ae655907a6b0986edc191d60ce45ec Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Tue, 24 May 2022 08:44:47 -0400 Subject: [PATCH] ejected test337 for being sus --- mods/randomness_but_tick.js | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/mods/randomness_but_tick.js b/mods/randomness_but_tick.js index 8150af72..c3201102 100644 --- a/mods/randomness_but_tick.js +++ b/mods/randomness_but_tick.js @@ -1,28 +1,3 @@ -elements.test337 = { - color: "#7f7f7f", - conduct: 1, - viscosity: 0.000001, - colorOn: ["#cf7fff"], - density: 2000, - behavior: behaviors.POWDER, - state: "solid", - category: "solids", - tick: function(pixel) { - for(i = 0; i < 3; i++) { - var moveSpotsA = [[0,1]] - var moveSpotsB = [[-1,1],[1,1]] - var msaChoice = randomArrayChoice(moveSpotsA) - var msbChoice = randomArrayChoice(moveSpotsB) - if(isEmpty(msaChoice[0],pixel.y+msaChoice[1],true)) { - if(!tryMove(pixel,pixel.x+msaChoice[0],pixel.y+msaChoice[1])) { - tryMove(pixel,pixel.x+msbChoice[0],pixel.y+msbChoice[1]) - } - } - pixelTick(pixel) - } - }, -}, - elements.sencc = { //same element neighbor count check color: "#000000", uwu: 0,