console stuff

This commit is contained in:
alberyk
2021-10-10 15:08:16 -03:00
parent 805ffc2f85
commit deb4a92282
56 changed files with 101 additions and 100 deletions
@@ -3,7 +3,7 @@
/datum/computer_file/program/account_db
filename = "accdb"
filedesc = "Account Database"
program_icon_state = "comm"
program_icon_state = "command"
extended_desc = "Access transaction logs, account data and all kinds of other financial records."
requires_ntnet = TRUE
available_on_ntnet = FALSE
@@ -2,7 +2,7 @@
filename = "cardmod"
filedesc = "ID Card Modification Program"
nanomodule_path = /datum/nano_module/program/card_mod
program_icon_state = "id"
program_icon_state = "command"
extended_desc = "Program for programming employee ID cards to access parts of the station."
required_access_run = access_change_ids
required_access_download = access_change_ids
@@ -7,7 +7,7 @@
/datum/computer_file/program/comm
filename = "comm"
filedesc = "Command and Communications Program"
program_icon_state = "comm"
program_icon_state = "command"
nanomodule_path = /datum/nano_module/program/comm
extended_desc = "Used to command and control the station. Can relay long-range communications."
required_access_run = access_heads
@@ -2,7 +2,7 @@
filename = "teleporter"
filedesc = "Teleporter Control"
extended_desc = "A NanoTrasen command remote teleportation hub controller."
program_icon_state = "comm"
program_icon_state = "command"
color = LIGHT_COLOR_BLUE
size = 8
requires_ntnet = TRUE