mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Allow set_opacity() to work for turfs too.
Fixes lighting opacity not updating on mined rock walls and false doors.
This commit is contained in:
@@ -82,7 +82,7 @@ var/list/mining_overlay_cache = list()
|
||||
/turf/simulated/mineral/proc/update_general()
|
||||
update_icon(1)
|
||||
if(ticker && ticker.current_state == GAME_STATE_PLAYING)
|
||||
// TODO - Look into this
|
||||
recalc_atom_opacity()
|
||||
reconsider_lights()
|
||||
if(air_master)
|
||||
air_master.mark_for_update(src)
|
||||
|
||||
Reference in New Issue
Block a user