mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Adds a Horizon roundstart report with overmap bearings, sensor tweaks. (#15765)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user