mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Merge remote-tracking branch 'tgstation/master' into upstream-6-2-2026
This commit is contained in:
@@ -90,14 +90,7 @@
|
||||
return
|
||||
|
||||
SSatoms.InitializeAtoms(areas + turfs + movables, returns_created_atoms ? created_atoms : null)
|
||||
|
||||
for(var/turf/unlit as anything in turfs)
|
||||
if(unlit.space_lit)
|
||||
continue
|
||||
var/area/loc_area = unlit.loc
|
||||
if(!loc_area.static_lighting)
|
||||
continue
|
||||
unlit.lighting_build_overlay()
|
||||
SSlighting.setup_static_lighting_if_needed(turfs)
|
||||
|
||||
// NOTE, now that Initialize and LateInitialize run correctly, do we really
|
||||
// need these two below?
|
||||
|
||||
Reference in New Issue
Block a user