From a6a6393c6206dac4eb4bdd2295cb6d89e4ffd64f Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Fri, 20 May 2022 19:22:07 -0400 Subject: [PATCH] inviswall now insulates --- mods/invisible_wall.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/invisible_wall.js b/mods/invisible_wall.js index 7edeb535..3aeb3549 100644 --- a/mods/invisible_wall.js +++ b/mods/invisible_wall.js @@ -14,7 +14,8 @@ elements.invisible_wall = { var rgbValue = "rgb("+backgroundColor.r+","+backgroundColor.g+","+backgroundColor.b+")"; pixel.color = rgbValue; }, + insulate: true, hardness: 1, category: "special", state: "solid", -}; \ No newline at end of file +};