mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
The Computer-ening (#13831)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user