[MIRROR] ss atoms update (#10736)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-24 23:18:14 -07:00
committed by GitHub
parent 84fad52804
commit 6169daa735
54 changed files with 435 additions and 247 deletions

View File

@@ -124,7 +124,6 @@ var/static/list/fake_sunlight_zs = list()
return INITIALIZE_HINT_LATELOAD
/obj/effect/fake_sun/LateInitialize()
. = ..()
if(family) //Allows one to make multiple fake_suns to use the same settings
for(var/obj/effect/fake_sun/l in world_suns) //check all the suns that exist
if(l.family == family && l.shared_settings) //do you have settings we need?