Ventcrawl light (#18150)

This commit is contained in:
Will
2025-08-04 18:35:46 -04:00
committed by GitHub
parent 672e5350cf
commit 3c73f6fc83
+1 -1
View File
@@ -267,7 +267,7 @@
set_light(distance, distance * 4, l_color = "#660066")
return TRUE
else if(glow_toggle)
else if(glow_toggle && !is_ventcrawling) // Hide the light in vents
set_light(glow_range, glow_intensity, glow_color)
else