From a4dbd49ded5c18d9d627412dbaa187aa6e9ba23f Mon Sep 17 00:00:00 2001 From: JustAGenericUsername Date: Fri, 9 Feb 2024 18:11:48 -0500 Subject: [PATCH] fix fillers? --- mods/nousersthings.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 5dc8b764..3a674500 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2006,6 +2006,7 @@ elemfillerVar = 0; elements.element_filler = { category: "special", color: elements.filler.color, + excludeRandom: true, state: "solid", movable: "false", onSelect: function() { @@ -2040,6 +2041,7 @@ var outlinerVar = 0 elements.outliner = { color: elements.filler.color, category: elements.filler.category, + excludeRandom: true, onSelect: function() { var answerot = prompt("Please input the desired element of this outliner. It will not work if you do multiple filter types while paused.",(outlinerVar||undefined)); if (!answerot) { return }