The Computer-ening (#13831)

This commit is contained in:
Wowzewow (Wezzy)
2022-06-05 05:19:33 +08:00
committed by GitHub
parent bf68049d59
commit c70f3e26cf
90 changed files with 350 additions and 202 deletions

View File

@@ -1,7 +1,8 @@
/datum/computer_file/program/aidiag
filename = "aidiag"
filedesc = "AI Maintenance Utility"
program_icon_state = "generic"
program_icon_state = "ai-fixer"
program_key_icon_state = "purple_key"
extended_desc = "This program is capable of reconstructing damaged AI systems. It can also be used to upload basic laws to the AI. Requires direct AI connection via intellicard slot."
size = 12
requires_ntnet = FALSE
@@ -115,4 +116,4 @@
ui.auto_update_layout = TRUE
ui.set_initial_data(data)
ui.open()
ui.set_auto_update(1)
ui.set_auto_update(1)

View File

@@ -1,7 +1,8 @@
/datum/computer_file/program/chemistry_codex
filename = "chemcodex"
filedesc = "Chemistry Codex"
program_icon_state = "med"
program_icon_state = "medcomp"
program_key_icon_state = "teal_key"
extended_desc = "Useful program to view chemical reactions and how to make them."
size = 14
requires_access_to_run = PROGRAM_ACCESS_LIST_ONE
@@ -32,4 +33,4 @@
// Here goes listification
if(data["reactions"] == null)
. = data
data["reactions"] = SSchemistry.codex_data
data["reactions"] = SSchemistry.codex_data

View File

@@ -1,7 +1,8 @@
/datum/computer_file/program/ntnetmonitor
filename = "ntmonitor"
filedesc = "NTNet Diagnostics and Monitoring"
program_icon_state = "sci"
program_icon_state = "comm_monitor"
program_key_icon_state = "green_key"
extended_desc = "This program monitors stationwide NTNet network, provides access to logging systems, and allows for configuration changes"
size = 12
requires_ntnet = TRUE