From 11156ecf9fe444930b40edce57e76af2824eb304 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:17:36 -0400 Subject: [PATCH] d --- mods/nousersthings.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 7af6436b..59fa76cb 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -3104,6 +3104,7 @@ elements.piston_ray_emitter = { var lx = lcoord[0]; var ly = lcoord[1]; if (!isEmpty(lx, ly, true)){ + if (pixelMap[lx][ly].element == "insulator"){break;} tryMove(pixelMap[lx][ly], pCoord[0], pCoord[1], null, true) } pCoord[0] = lx;