mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
@@ -539,7 +539,7 @@
|
||||
else
|
||||
to_chat(user, span_warning("Unable to locate a radio!"))
|
||||
|
||||
else if(W.GetID()) // trying to unlock the interface with an ID card
|
||||
else if(W.GetID() && user.a_intent == INTENT_HELP) // trying to unlock the interface with an ID card only on help intent.
|
||||
togglelock(user)
|
||||
|
||||
else if(istype(W, /obj/item/borg/upgrade/))
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
requires_ntnet = FALSE
|
||||
transfer_access = ACCESS_MEDICAL
|
||||
available_on_ntnet = TRUE
|
||||
usage_flags = PROGRAM_CONSOLE | PROGRAM_LAPTOP | PROGRAM_TABLET | PROGRAM_PHONE | PROGRAM_TELESCREEN | PROGRAM_INTEGRATED | PROGRAM_PDA
|
||||
usage_flags = PROGRAM_ALL
|
||||
network_destination = "tracking program"
|
||||
size = 5
|
||||
tgui_id = "NtosCrewMonitor"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
program_icon_state = "generic"
|
||||
extended_desc = "This program allows for remote monitoring of station cyborgs."
|
||||
requires_ntnet = TRUE
|
||||
usage_flags = PROGRAM_CONSOLE | PROGRAM_LAPTOP | PROGRAM_TABLET | PROGRAM_PHONE | PROGRAM_TELESCREEN | PROGRAM_PDA
|
||||
usage_flags = PROGRAM_ALL
|
||||
transfer_access = ACCESS_ROBO_CONTROL
|
||||
network_destination = "cyborg remote monitoring"
|
||||
size = 5
|
||||
|
||||
@@ -162,7 +162,7 @@ export const NtosCyborgRemoteMonitorContent = (props, context) => {
|
||||
<>
|
||||
<Flex.Item>
|
||||
<Section width={49}>
|
||||
Scan a cyborg to download stored logs.
|
||||
Hit a cyborg with the device to download stored logs.
|
||||
<ProgressBar
|
||||
value={DL_progress/100}>
|
||||
{ProgressSwitch(DL_progress)}
|
||||
|
||||
Reference in New Issue
Block a user