|
|
|
@@ -36,7 +36,8 @@
|
|
|
|
|
new /datum/computer_file/program/atmos_control(),
|
|
|
|
|
new /datum/computer_file/program/rcon_console(),
|
|
|
|
|
new /datum/computer_file/program/camera_monitor(),
|
|
|
|
|
new /datum/computer_file/program/lighting_control()
|
|
|
|
|
new /datum/computer_file/program/lighting_control(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -59,7 +60,8 @@
|
|
|
|
|
new /datum/computer_file/program/rcon_console(),
|
|
|
|
|
new /datum/computer_file/program/camera_monitor(),
|
|
|
|
|
new /datum/computer_file/program/lighting_control(),
|
|
|
|
|
new /datum/computer_file/program/records/employment()
|
|
|
|
|
new /datum/computer_file/program/records/employment(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -75,7 +77,8 @@
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/suit_sensors(),
|
|
|
|
|
new /datum/computer_file/program/records/medical()
|
|
|
|
|
new /datum/computer_file/program/records/medical(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -93,7 +96,8 @@
|
|
|
|
|
new /datum/computer_file/program/comm(FALSE),
|
|
|
|
|
new /datum/computer_file/program/suit_sensors(),
|
|
|
|
|
new /datum/computer_file/program/records/employment(),
|
|
|
|
|
new /datum/computer_file/program/records/medical()
|
|
|
|
|
new /datum/computer_file/program/records/medical(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -105,11 +109,13 @@
|
|
|
|
|
|
|
|
|
|
/datum/modular_computer_app_presets/research/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/ntnetdownload(),
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/ntnetmonitor(),
|
|
|
|
|
new /datum/computer_file/program/aidiag()
|
|
|
|
|
new /datum/computer_file/program/aidiag(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -127,7 +133,8 @@
|
|
|
|
|
new /datum/computer_file/program/comm(FALSE),
|
|
|
|
|
new /datum/computer_file/program/ntnetmonitor(),
|
|
|
|
|
new /datum/computer_file/program/aidiag(),
|
|
|
|
|
new /datum/computer_file/program/records/employment()
|
|
|
|
|
new /datum/computer_file/program/records/employment(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -144,7 +151,8 @@
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/card_mod(),
|
|
|
|
|
new /datum/computer_file/program/comm(FALSE),
|
|
|
|
|
new /datum/computer_file/program/records/employment()
|
|
|
|
|
new /datum/computer_file/program/records/employment(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -163,7 +171,8 @@
|
|
|
|
|
new /datum/computer_file/program/card_mod(),
|
|
|
|
|
new /datum/computer_file/program/comm(FALSE),
|
|
|
|
|
new /datum/computer_file/program/records/employment(),
|
|
|
|
|
new /datum/computer_file/program/records/security()
|
|
|
|
|
new /datum/computer_file/program/records/security(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -187,7 +196,8 @@
|
|
|
|
|
new /datum/computer_file/program/alarm_monitor(),
|
|
|
|
|
new /datum/computer_file/program/records/employment(),
|
|
|
|
|
new /datum/computer_file/program/records/medical(),
|
|
|
|
|
new /datum/computer_file/program/records/security()
|
|
|
|
|
new /datum/computer_file/program/records/security(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -199,6 +209,7 @@
|
|
|
|
|
|
|
|
|
|
/datum/modular_computer_app_presets/security/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/nttransfer(),
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
@@ -206,7 +217,8 @@
|
|
|
|
|
new /datum/computer_file/program/comm(),
|
|
|
|
|
new /datum/computer_file/program/digitalwarrant(),
|
|
|
|
|
new /datum/computer_file/program/penal_mechs(),
|
|
|
|
|
new /datum/computer_file/program/records/security()
|
|
|
|
|
new /datum/computer_file/program/records/security(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -218,6 +230,7 @@
|
|
|
|
|
|
|
|
|
|
/datum/modular_computer_app_presets/security/investigations/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/nttransfer(),
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/camera_monitor(),
|
|
|
|
@@ -225,7 +238,8 @@
|
|
|
|
|
new /datum/computer_file/program/penal_mechs(),
|
|
|
|
|
new /datum/computer_file/program/records/security(),
|
|
|
|
|
new /datum/computer_file/program/records/employment(),
|
|
|
|
|
new /datum/computer_file/program/records/medical()
|
|
|
|
|
new /datum/computer_file/program/records/medical(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -237,6 +251,7 @@
|
|
|
|
|
|
|
|
|
|
/datum/modular_computer_app_presets/security/hos/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/nttransfer(),
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
@@ -245,7 +260,8 @@
|
|
|
|
|
new /datum/computer_file/program/digitalwarrant(),
|
|
|
|
|
new /datum/computer_file/program/penal_mechs(),
|
|
|
|
|
new /datum/computer_file/program/records/security(),
|
|
|
|
|
new /datum/computer_file/program/records/employment()
|
|
|
|
|
new /datum/computer_file/program/records/employment(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -261,7 +277,8 @@
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/game/arcade(),
|
|
|
|
|
new /datum/computer_file/program/game/sudoku()
|
|
|
|
|
new /datum/computer_file/program/game/sudoku(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -277,7 +294,8 @@
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargocontrol(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargodelivery()
|
|
|
|
|
new /datum/computer_file/program/civilian/cargodelivery(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -291,7 +309,8 @@
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargodelivery()
|
|
|
|
|
new /datum/computer_file/program/civilian/cargodelivery(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -307,7 +326,8 @@
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/game/sudoku(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/records/employment()
|
|
|
|
|
new /datum/computer_file/program/records/employment(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -323,7 +343,8 @@
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/camera_monitor(),
|
|
|
|
|
new /datum/computer_file/program/alarm_monitor()
|
|
|
|
|
new /datum/computer_file/program/alarm_monitor(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|
|
|
|
|
@@ -336,7 +357,7 @@
|
|
|
|
|
/datum/modular_computer_app_presets/merc/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/ntnetdownload(),
|
|
|
|
|
new /datum/computer_file/program/nttransfer(),
|
|
|
|
|
new /datum/computer_file/program/camera_monitor/hacked()
|
|
|
|
|
)
|
|
|
|
|
return _prg_list
|
|
|
|
|