From 72de80b294d5529ccb95b3a997c4e5ed852d96f3 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:55:15 -0400 Subject: [PATCH] yeag --- mods/nousersthings.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index effaff28..6383b12f 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -1661,6 +1661,7 @@ elements.molten_plutonium = { category: "states", state: "liquid", tempLow: 620, + hidden: true, stateLow: "plutonium", tick: function(pixel){ if(Math.random() < 0.0007){ @@ -1865,6 +1866,7 @@ function HSVtoRGB(h, s, v) { elements.molten_bismuth = { color: ["#ee8d63", "#ef7e5e", "#f06e5c", "#f05c5c"], behavior: behaviors.MOLTEN, + hidden: true, category: "states", state: "liquid", temp: 280,