Modular Computer Cleanup (#8790)

- rscadd: "Incompatible applications are no longer downloaded via the presets."
  - tweak: "Reduced/Adapted the size of various applications."
  - tweak: "The investigations / generic wristbounds are now enrolled aswell."
  - tweak: "Selecting a unenrolled device in the loadout no longer gives you the advanced version of it."
  - tweak: "Adapts the modular computer news browser to work with our news system"
This commit is contained in:
Werner
2020-05-09 13:29:57 +02:00
committed by GitHub
parent ee4a3d675d
commit 6af6d3ec7d
16 changed files with 126 additions and 51 deletions
@@ -2,7 +2,7 @@
filename = "cargodelivery"
filedesc = "Cargo Delivery"
extended_desc = "Application to Control Delivery and Payment of Cargo orders."
size = 12
size = 6
requires_ntnet = TRUE
available_on_ntnet = TRUE
required_access_download = access_hop
@@ -87,7 +87,7 @@
var/transaction_terminal = "Modular Computer #[program.computer.network_card.identification_id]"
var/status = SSeconomy.transfer_money(id_card.associated_account_number, SScargo.supply_account.account_number,transaction_purpose,transaction_terminal,transaction_amount,null,usr)
if(status)
status_message = status
return TRUE
@@ -100,7 +100,7 @@
else
status_message = co.set_paid(id_card.registered_name)
order_details = co.get_list()
else
//TODO: Add a sound effect here
//If a payment is not needed and we are at the status shipped, then confirm the delivery
@@ -137,4 +137,4 @@
order_details = co.get_list()
else
page = "overview_main" //fall back to overview_main if a unknown page has been supplied
return TRUE
return TRUE
@@ -3,7 +3,7 @@
filedesc = "NTNet Relay Chat Client"
program_icon_state = "command"
extended_desc = "This program allows communication over the NTNRC network."
size = 8
size = 2
requires_ntnet = TRUE
requires_ntnet_feature = NTNET_COMMUNICATION
network_destination = "NTNRC server"
@@ -3,7 +3,7 @@
filedesc = "NTSL2+ Interpreter"
extended_desc = "This program is used to run NTSL2+ programs."
program_icon_state = "generic"
size = 2
size = 8
requires_ntnet = TRUE
available_on_ntnet = TRUE
@@ -96,4 +96,4 @@
ui = new(user, src, ui_key, "ntsl_interpreter.tmpl", "NTSL2+ Interpreter", 575, 700, state = state)
ui.auto_update_layout = 1
ui.set_initial_data(data)
ui.open()
ui.open()
@@ -5,7 +5,7 @@
extended_desc = "This program allows management of files."
program_icon_state = "generic"
color = LIGHT_COLOR_GREEN
size = 8
size = 4
requires_ntnet = FALSE
available_on_ntnet = FALSE
undeletable = TRUE
@@ -239,4 +239,4 @@
ui.set_initial_data(data)
ui.open()
#undef MAX_TEXTFILE_LENGTH
#undef MAX_TEXTFILE_LENGTH