|
|
|
@@ -29,6 +29,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/engineering/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/power_monitor(),
|
|
|
|
@@ -50,6 +52,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/engineering/ce/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/comm(FALSE),
|
|
|
|
@@ -74,6 +78,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/medical/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/suit_sensors(),
|
|
|
|
@@ -91,6 +97,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/medical/cmo/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/comm(FALSE),
|
|
|
|
@@ -110,6 +118,8 @@
|
|
|
|
|
/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/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
@@ -128,6 +138,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/research/rd/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/comm(FALSE),
|
|
|
|
@@ -147,6 +159,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/command/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/card_mod(),
|
|
|
|
@@ -165,6 +179,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/command/hop/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargocontrol(),
|
|
|
|
@@ -185,6 +201,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/captain/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/card_mod(),
|
|
|
|
|
new /datum/computer_file/program/comm(FALSE),
|
|
|
|
@@ -210,6 +228,8 @@
|
|
|
|
|
/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/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
@@ -231,6 +251,8 @@
|
|
|
|
|
/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/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/camera_monitor(),
|
|
|
|
@@ -252,6 +274,8 @@
|
|
|
|
|
/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/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
@@ -274,6 +298,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/civilian/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/game/arcade(),
|
|
|
|
@@ -291,6 +317,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/supply/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargocontrol(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
@@ -308,6 +336,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/cargo_delivery/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargodelivery(),
|
|
|
|
|
new /datum/computer_file/program/ntsl2_interpreter()
|
|
|
|
@@ -323,6 +353,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/representative/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/game/sudoku(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
@@ -340,6 +372,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/wall_generic/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/civilian/cargoorder(),
|
|
|
|
|
new /datum/computer_file/program/camera_monitor(),
|
|
|
|
@@ -357,6 +391,8 @@
|
|
|
|
|
/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/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/nttransfer(),
|
|
|
|
|
new /datum/computer_file/program/camera_monitor/hacked()
|
|
|
|
|
)
|
|
|
|
@@ -403,6 +439,8 @@
|
|
|
|
|
/datum/modular_computer_app_presets/merchant/return_install_programs()
|
|
|
|
|
var/list/_prg_list = list(
|
|
|
|
|
new /datum/computer_file/program/filemanager(),
|
|
|
|
|
new /datum/computer_file/program/manifest(),
|
|
|
|
|
new /datum/computer_file/program/newsbrowser(),
|
|
|
|
|
new /datum/computer_file/program/chatclient(),
|
|
|
|
|
new /datum/computer_file/program/merchant()
|
|
|
|
|
)
|
|
|
|
|