Ports some modular computer stuff from baystation

This commit is contained in:
Casey
2022-06-30 23:58:24 -04:00
committed by CHOMPStation2
parent a34b97046c
commit e1edec79c8
51 changed files with 460 additions and 111 deletions
@@ -7,5 +7,6 @@
program_menu_icon = "key"
extended_desc = "Program for programming crew ID cards."
required_access = access_change_ids
requires_ntnet = 0
requires_ntnet = FALSE
size = 8
category = PROG_COMMAND
@@ -12,10 +12,11 @@
tguimodule_path = /datum/tgui_module/communications/ntos
extended_desc = "Used to command and control. Can relay long-range communications. This program can not be run on tablet computers."
required_access = access_heads
requires_ntnet = 1
requires_ntnet = TRUE
size = 12
usage_flags = PROGRAM_CONSOLE | PROGRAM_LAPTOP
network_destination = "long-range communication array"
category = PROG_COMMAND
var/datum/comm_message_listener/message_core = new
/datum/computer_file/program/comm/clone()