asdaaaaaaaaaaaaaaa

This commit is contained in:
JustAGenericUsername 2024-06-28 22:48:35 -04:00
parent 8ec10e41d6
commit e9a64f7974
1 changed files with 1 additions and 0 deletions

View File

@ -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));