cyborg and cyborg monitor program tweaks (#20334)

* good

* ifno
This commit is contained in:
Bop
2023-09-26 21:18:05 +07:00
committed by GitHub
parent 6226090ab7
commit 4bcae210d0
4 changed files with 4 additions and 4 deletions

View File

@@ -539,7 +539,7 @@
else else
to_chat(user, span_warning("Unable to locate a radio!")) 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) togglelock(user)
else if(istype(W, /obj/item/borg/upgrade/)) else if(istype(W, /obj/item/borg/upgrade/))

View File

@@ -8,7 +8,7 @@
requires_ntnet = FALSE requires_ntnet = FALSE
transfer_access = ACCESS_MEDICAL transfer_access = ACCESS_MEDICAL
available_on_ntnet = TRUE 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" network_destination = "tracking program"
size = 5 size = 5
tgui_id = "NtosCrewMonitor" tgui_id = "NtosCrewMonitor"

View File

@@ -6,7 +6,7 @@
program_icon_state = "generic" program_icon_state = "generic"
extended_desc = "This program allows for remote monitoring of station cyborgs." extended_desc = "This program allows for remote monitoring of station cyborgs."
requires_ntnet = TRUE 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 transfer_access = ACCESS_ROBO_CONTROL
network_destination = "cyborg remote monitoring" network_destination = "cyborg remote monitoring"
size = 5 size = 5

View File

@@ -162,7 +162,7 @@ export const NtosCyborgRemoteMonitorContent = (props, context) => {
<> <>
<Flex.Item> <Flex.Item>
<Section width={49}> <Section width={49}>
Scan a cyborg to download stored logs. Hit a cyborg with the device to download stored logs.
<ProgressBar <ProgressBar
value={DL_progress/100}> value={DL_progress/100}>
{ProgressSwitch(DL_progress)} {ProgressSwitch(DL_progress)}