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
@@ -95,6 +95,7 @@
if(looping_sound)
soundloop = new(src, enabled)
initial_name = name
listener = new(LISTENER_MODULAR_COMPUTER, src)
/obj/item/modular_computer/Destroy()
kill_program(TRUE)
@@ -105,6 +106,7 @@
qdel(CH)
STOP_PROCESSING(SSprocessing, src)
QDEL_NULL(soundloop)
QDEL_NULL(listener)
return ..()
/obj/item/modular_computer/CouldUseTopic(var/mob/user)
@@ -79,6 +79,7 @@
var/obj/item/computer_hardware/tesla_link/tesla_link // Tesla Link, Allows remote charging from nearest APC.
var/obj/item/device/paicard/personal_ai // Personal AI, can control the device via a verb when installed
var/obj/item/computer_hardware/flashlight/flashlight
var/listener/listener
var/registered_message = ""
@@ -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),