Updated statpanel and added client pings (#18337)

* SSatlas.current_map

* hardsuit spell tab appears to clear correctly

* sdfsa

* from the moment i understood the weakness of my flesh, it disgusted me

* sdf
This commit is contained in:
Fluffy
2024-02-08 12:29:42 +00:00
committed by GitHub
parent f481143eb4
commit 25dc248979
200 changed files with 750 additions and 593 deletions
@@ -32,7 +32,7 @@ SUBSYSTEM_DEF(shuttle)
last_landmark_registration_time = world.time
for(var/shuttle_type in subtypesof(/datum/shuttle)) // This accounts for most shuttles, though away maps can queue up more.
var/datum/shuttle/shuttle = shuttle_type
if(!(shuttle in current_map.map_shuttles))
if(!(shuttle in SSatlas.current_map.map_shuttles))
continue
if(!initial(shuttle.defer_initialisation))
LAZYDISTINCTADD(shuttles_to_initialize, shuttle_type)