mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Merge pull request #16515 from ShadowLarkens/zas
Some ZAS tweaks and minor optimizations
This commit is contained in:
@@ -173,8 +173,8 @@ var/list/mining_overlay_cache = list()
|
||||
recalculate_directional_opacity()
|
||||
if(ticker && ticker.current_state == GAME_STATE_PLAYING)
|
||||
reconsider_lights()
|
||||
if(air_master)
|
||||
air_master.mark_for_update(src)
|
||||
if(SSair)
|
||||
SSair.mark_for_update(src)
|
||||
|
||||
/turf/simulated/mineral/proc/get_cached_border(var/cache_id, var/direction, var/icon_file, var/icon_state, var/offset = 32)
|
||||
//Cache miss
|
||||
|
||||
Reference in New Issue
Block a user