mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Ghost lighting now updates prefs (#91592)
This commit is contained in:
@@ -429,7 +429,7 @@
|
||||
|
||||
/// Returns this mob's default lighting alpha
|
||||
/mob/proc/default_lighting_cutoff()
|
||||
if(client?.combo_hud_enabled && client?.prefs?.toggles & COMBOHUD_LIGHTING)
|
||||
if(client?.combo_hud_enabled && (client?.prefs?.toggles & COMBOHUD_LIGHTING))
|
||||
return LIGHTING_CUTOFF_FULLBRIGHT
|
||||
return initial(lighting_cutoff)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user