mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Restores "soft" darksight vision.
The previous client-side optimization made lighting overlays go fully opaque when it was dark, making it so species darksight didn't let you see anything. This fixes that by making a dark_soft icon state that has opacity matching the LIGHTING_SOFT_THRESHOLD.
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
icon_state = "transparent"
|
||||
color = null
|
||||
else if(!set_luminosity)
|
||||
icon_state = "dark"
|
||||
icon_state = LIGHTING_ICON_STATE_DARK
|
||||
color = null
|
||||
else
|
||||
icon_state = null
|
||||
|
||||
Reference in New Issue
Block a user