mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-19 19:12:31 +01:00
Merge pull request #5126 from VOREStation/vplk-darkness-fix
Fixes fullbright mode hiding lighting overlays.
This commit is contained in:
@@ -135,6 +135,7 @@
|
||||
//Lighting is weird and has matrix shenanigans. Think of this as turning on/off darkness.
|
||||
/obj/screen/plane_master/fullbright
|
||||
plane = PLANE_LIGHTING
|
||||
layer = LAYER_HUD_BASE+1 // This MUST be above the lighting plane_master
|
||||
color = null //To break lighting when visible (this is sorta backwards)
|
||||
alpha = 0 //Starts full opaque
|
||||
invisibility = 101
|
||||
|
||||
Reference in New Issue
Block a user