This commit is contained in:
Vaelophis Nyx
2022-09-10 13:57:43 -05:00
committed by GitHub
parent d162241cd9
commit 489f1bc781
3 changed files with 9 additions and 9 deletions

View File

@@ -3,12 +3,12 @@
filedesc = "Software Download Tool"
program_icon_state = "generic"
extended_desc = "This program allows downloads of software from official NT repositories"
unsendable = 1
undeletable = 1
size = 4
requires_ntnet = 1
unsendable = TRUE
undeletable = TRUE
size = 1
requires_ntnet = FALSE
requires_ntnet_feature = NTNET_SOFTWAREDOWNLOAD
available_on_ntnet = 0
available_on_ntnet = FALSE
ui_header = "downloader_finished.gif"
tgui_id = "NtosNetDownloader"
program_icon = "download"

View File

@@ -5,11 +5,11 @@
program_icon_state = "command"
extended_desc = "This program allows communication over NTNRC network"
size = 8
requires_ntnet = 1
requires_ntnet = TRUE
requires_ntnet_feature = NTNET_COMMUNICATION
network_destination = "NTNRC server"
ui_header = "ntnrc_idle.gif"
available_on_ntnet = 1
available_on_ntnet = TRUE
tgui_id = "NtosNetChat"
program_icon = "comment-alt"

View File

@@ -216,7 +216,7 @@
filename = "Lifeline"
filedesc = "Lifeline"
extended_desc = "This program allows for tracking of crew members via their suit sensors."
requires_ntnet = TRUE
requires_ntnet = FALSE //Tracking should not require NTNET, as sensors are not on the network at all, and the program is downloaded locally.
transfer_access = ACCESS_MEDICAL
available_on_ntnet = TRUE
category = PROGRAM_CATEGORY_MED
@@ -314,7 +314,7 @@
filedesc = "Implant Tracker"
category = PROGRAM_CATEGORY_SEC
extended_desc = "This program allows for tracking those implanted with tracking implants."
requires_ntnet = TRUE
requires_ntnet = FALSE //Same as Lifeline.
transfer_access = ACCESS_BRIG
available_on_ntnet = TRUE
program_icon = "microchip"