mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Ventcrawling hides body lights (#11308)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ba044b909d
commit
61457c628e
@@ -267,7 +267,7 @@
|
|||||||
set_light(distance, distance * 4, l_color = "#660066")
|
set_light(distance, distance * 4, l_color = "#660066")
|
||||||
return TRUE
|
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)
|
set_light(glow_range, glow_intensity, glow_color)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user