[MIRROR] Ventcrawling hides body lights (#11308)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-04 16:16:54 -07:00
committed by GitHub
parent ba044b909d
commit 61457c628e

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