From 503276042986d6bbc045819233776b671b49e2c2 Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Tue, 8 Feb 2022 08:49:34 -0500 Subject: [PATCH] idk if i made any changes --- mods/funny_solid.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mods/funny_solid.js b/mods/funny_solid.js index 315280d3..2eccf778 100644 --- a/mods/funny_solid.js +++ b/mods/funny_solid.js @@ -18,7 +18,7 @@ elements.shit = { }, elements.altnull = { - color: ["#000000"], + color: settings.bg, behavior: behaviors.SELFDELETE, reactions: { "altnull": { "elem1": null, "elem2": null } @@ -26,10 +26,6 @@ elements.altnull = { tick: function(pixel) { deletePixel(pixel.x,pixel.y) }, - tempHigh: -273, - stateHigh: null, - tempLow: 999999999999, - stateLow: null, burn: 10000, burnTime: 1, hidden: true,