Fixed sensor reports or comm messages in general not being printed at the Bridge comms console. (#20208)

title

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2024-11-30 22:42:11 +01:00
committed by GitHub
parent 39df07f83f
commit d82fd17354
3 changed files with 62 additions and 1 deletions
@@ -111,7 +111,7 @@
. = ..()
program_list += COMPUTER_APP_PRESET_SYSTEM + COMPUTER_APP_PRESET_HORIZON_CIVILIAN
program_list += list(/datum/computer_file/program/card_mod,
/datum/computer_file/program/comm,
/datum/computer_file/program/comm/intercept,
/datum/computer_file/program/docks,
/datum/computer_file/program/away_manifest,
/datum/computer_file/program/records/employment,
@@ -227,6 +227,9 @@
return TRUE
/datum/computer_file/program/comm/intercept/New(obj/item/modular_computer/comp, intercept_printing, shuttle_call)
. = ..(comp, TRUE, shuttle_call)
/*
General message handling stuff
*/