mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 16:37:19 +01:00
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:
@@ -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,
|
||||
|
||||
+3
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user