diff --git a/mods/nousersthings.js b/mods/nousersthings.js index f0ef3563..b523eed6 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2726,7 +2726,7 @@ elements.ray_emitter = { if (rayans2 == "false"){rayStoppedByWalls = false} else {rayStoppedByWalls = true} }, hoverStat: function(pixel){ - return (pixel.rayElement.toUpperCase() || "unset") + ", " + (pixel.rayStoppedByWalls.toString().toUpperCase() || "unset") + return (pixel.rayElement|| "unset").toUpperCase() + ", " + (pixel.rayStoppedByWalls || "unset").toString().toUpperCase() }, tick: function(pixel){ if (pixelTicks == pixel.start){