mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
more whiteship signaller features (#28896)
* more whiteship signaller features * don't vanish anymore when out of dock quota
This commit is contained in:
committed by
GitHub
parent
b68e881eb6
commit
2d9ffe8ff9
@@ -14,6 +14,10 @@ SUBSYSTEM_DEF(late_mapping)
|
||||
GLOB.air_alarms = sortAtom(GLOB.air_alarms)
|
||||
GLOB.apcs = sortAtom(GLOB.apcs)
|
||||
|
||||
for(var/obj/machinery/computer/shuttle/console in GLOB.machines)
|
||||
if(console.find_destinations_in_late_mapping)
|
||||
console.connect()
|
||||
|
||||
if(length(maze_generators))
|
||||
var/watch = start_watch()
|
||||
log_startup_progress("Generating mazes...")
|
||||
|
||||
Reference in New Issue
Block a user