From a44fbc6e234c1c271a81432e9d1e3cd4819d06a2 Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Mon, 31 Jan 2022 09:55:36 -0500 Subject: [PATCH] random exclusions --- mods/troll.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/troll.js b/mods/troll.js index 9c8f1d82..30caf023 100644 --- a/mods/troll.js +++ b/mods/troll.js @@ -15,6 +15,7 @@ elements.troll1 = { category: "machines", insulate: true, state: "solid", + excludeRandom: true, }, elements.troll2 = { @@ -34,6 +35,7 @@ elements.troll2 = { category: "machines", insulate: true, state: "solid", + excludeRandom: true, }, elements.troll3 = { @@ -53,4 +55,5 @@ elements.troll3 = { category: "machines", insulate: true, state: "solid", + excludeRandom: true, }