From 38262f5df4249546b5424bd7eaa862d736dcdf37 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Sat, 11 May 2024 19:47:20 -0400 Subject: [PATCH] f --- mods/nousersthings.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 58824ec3..4ae5f65f 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2746,6 +2746,7 @@ elements.ray_emitter = { pixelMap[lx][ly].temp = pixelMap[x][y].temp if (pixel.rayElement == "ray"){ pixelMap[lx][ly].rColor = pixel.color + pixelMap[lx][ly].color = pixel.color } } else if (!isEmpty(lx, ly, true)){ if (pixelMap[lx][ly].element != pixel.rayElement && pixel.rayStoppedByWalls){ @@ -2753,6 +2754,7 @@ elements.ray_emitter = { } else if (pixelMap[lx][ly].element == "ray" && pixel.rayElement == "ray"){ pixelMap[lx][ly].rColor = pixel.color pixelMap[lx][ly].life = 30 + pixelMap[lx][ly].color = pixel.color } } }