Station overmap sensors should connect automatically now (#7547)

This commit is contained in:
Atermonera
2020-08-27 18:31:22 -07:00
committed by GitHub
parent 3a554b776f
commit 60aec770ff
4 changed files with 24 additions and 13 deletions
+2
View File
@@ -51,6 +51,8 @@
//This is called later in the init order by SSshuttles to populate sector objects. Importantly for subtypes, shuttles will be created by then.
/obj/effect/overmap/visitable/proc/populate_sector_objects()
for(var/obj/machinery/computer/ship/S in global.machines)
S.attempt_hook_up(src)
/obj/effect/overmap/visitable/proc/get_areas()
. = list()