From e9a64f7974fc90db204a32bfe4bb57e07680d9c0 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Fri, 28 Jun 2024 22:48:35 -0400 Subject: [PATCH] asdaaaaaaaaaaaaaaa --- mods/nousersthings.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 315afd65..a52250b5 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2835,6 +2835,7 @@ elements.specific_ray_emitter = { var rayans = prompt("Please input the desired element of this ray emitter",(rayElement||undefined)); if (!rayans) { return } rayElement = mostSimilarElement(rayans); + if (rayElement != "ray"){rainbowMode = false} var rayans2 = prompt("Should the ray be stopped by walls? Write true or false.",(rayStoppedByWalls||false)); if (rayans2 == "false"){rayStoppedByWalls = false} else {rayStoppedByWalls = true} var rayans3 = prompt("How much should the beginning of the ray be offset from the emitter?", (specificRayStart||0));