mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user