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
@@ -198,7 +198,7 @@
new /datum/computer_file/program/chat_client(comp),
new /datum/computer_file/program/civilian/cargoorder(comp),
new /datum/computer_file/program/card_mod(comp),
new /datum/computer_file/program/comm(comp, FALSE),
new /datum/computer_file/program/comm(comp, TRUE),
new /datum/computer_file/program/records/employment(comp)
)
return _prg_list
@@ -279,7 +279,7 @@
new /datum/computer_file/program/manifest(comp),
new /datum/computer_file/program/chat_client(comp),
new /datum/computer_file/program/card_mod(comp),
new /datum/computer_file/program/comm(comp, FALSE),
new /datum/computer_file/program/comm(comp, TRUE),
new /datum/computer_file/program/camera_monitor(comp),
new /datum/computer_file/program/digitalwarrant(comp),
new /datum/computer_file/program/penal_mechs(comp),