From 2b1e76bd09ac00fa7e5212faa4150e939aa5aa28 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:02:48 -0500 Subject: [PATCH] Update nousersthings.js --- mods/nousersthings.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 48593797..290572fa 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -1234,6 +1234,9 @@ elements.filter = { noMix: true, }, elements.heat_test = { + onSelect: function() { + logMessage("Use heatglow.js for more elements to glow when they are hot."); + }, color: "#787878", behavior: behaviors.WALL, category: "solids",