mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
commit 1 (#15640)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user