From 8123773adc03eff606447409ff66545c2e4a08cb Mon Sep 17 00:00:00 2001 From: JustAGenericUsername Date: Tue, 9 Apr 2024 18:50:14 -0400 Subject: [PATCH] e --- mods/nousersthings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index e76e60fa..86789235 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -129,9 +129,9 @@ elements.molten_caesium_137 = { } } }, -elements.caesium_vapor_137 = { +elements.caesium_137_vapor = { color: ["#d89e77", "#cd9064", "#af6f34", "#a26320"], - behavior: behaviors.GAS, + behavior: behaviors.RADSOLID, category: "states", state: "gas", tempLow: 660, @@ -140,7 +140,7 @@ elements.caesium_vapor_137 = { temp: 700, hidden: true, tick: function(pixel){ - behaviors.RADSOLID + behaviors.GAS(pixel) if (Math.random()<0.0002){ changePixel(pixel, "barium", false) if (Math.random() >= 0.946){