Adds a Horizon roundstart report with overmap bearings, sensor tweaks. (#15765)

This commit is contained in:
Matt Atlas
2023-02-14 22:52:47 +01:00
committed by GitHub
parent 745ab328e6
commit 4a0466972d
18 changed files with 196 additions and 24 deletions
@@ -176,3 +176,9 @@ var/datum/controller/subsystem/shuttle/SSshuttle
/datum/controller/subsystem/shuttle/stat_entry()
..("Shuttles:[shuttles.len], Ships:[ships.len], L:[registered_shuttle_landmarks.len][overmap_halted ? ", HALT" : ""]")
/datum/controller/subsystem/shuttle/proc/ship_by_type(type)
for (var/obj/effect/overmap/visitable/ship/ship in ships)
if (ship.type == type)
return ship
return null