asdasdasd

This commit is contained in:
JustAGenericUsername 2025-02-01 17:00:01 -05:00
parent b622ce1e5e
commit 3f6d2012a4
1 changed files with 1 additions and 1 deletions

View File

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