ejected test337

for being sus
This commit is contained in:
O-01-67 2022-05-24 08:44:47 -04:00 committed by GitHub
parent 9cc737172c
commit 19c8c01ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 25 deletions

View File

@ -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,