diff --git a/tgui/packages/tgui/interfaces/ClockworkSlab.js b/tgui/packages/tgui/interfaces/ClockworkSlab.js index 0c662b98d3..48512fd59c 100644 --- a/tgui/packages/tgui/interfaces/ClockworkSlab.js +++ b/tgui/packages/tgui/interfaces/ClockworkSlab.js @@ -46,10 +46,11 @@ export const ClockworkSlab = (props, context) => { title="Recollection" buttons={( )}> {HONOR_RATVAR ? ( @@ -96,12 +97,13 @@ export const ClockworkSlab = (props, context) => {
))} @@ -156,11 +158,12 @@ export const ClockworkSlab = (props, context) => { title="Power" buttons={( )}> {power} power is available for scripture and other consumers. @@ -232,7 +235,6 @@ export const ClockworkSlab = (props, context) => { collapsing textAlign="right"> ))} diff --git a/tgui/packages/tgui/interfaces/TelecommsInteraction.js b/tgui/packages/tgui/interfaces/TelecommsInteraction.js index 25e7985eac..f98f1a29e1 100644 --- a/tgui/packages/tgui/interfaces/TelecommsInteraction.js +++ b/tgui/packages/tgui/interfaces/TelecommsInteraction.js @@ -45,11 +45,11 @@ export const TelecommsInteraction = (props, context) => { {power ? ( @@ -80,40 +80,40 @@ export const TelecommsInteraction = (props, context) => { )} {!!isbus && ( {!!machine.chang_frequency && ( { buttons={multitool_buf ? ( ) : ( )}> {!!multitool_buf && ( `${multitool_buf.name} (${multitool_buf.id})` @@ -183,11 +183,11 @@ export const TelecommsInteraction = (props, context) => { label={entity.ref} buttons={( )}> {`${entity.name} (${entity.id})`} @@ -198,11 +198,11 @@ export const TelecommsInteraction = (props, context) => { title="Filtering Frequencies" level={2}>

{(freq_listening && freq_listening.length) ? ( @@ -213,17 +213,17 @@ export const TelecommsInteraction = (props, context) => { ); }) ) : ( diff --git a/tgui/packages/tgui/interfaces/TelecommsLogBrowser.js b/tgui/packages/tgui/interfaces/TelecommsLogBrowser.js index ad3fcffb62..953b90ae8c 100644 --- a/tgui/packages/tgui/interfaces/TelecommsLogBrowser.js +++ b/tgui/packages/tgui/interfaces/TelecommsLogBrowser.js @@ -50,15 +50,17 @@ export const TelecommsLogBrowser = (props, context) => { buttons={( )}> {servers ? ( @@ -71,10 +73,10 @@ export const TelecommsLogBrowser = (props, context) => { label="Selected Server" buttons={( )}> {selected ? ( `${selected.name} (${selected.id})` @@ -131,10 +133,11 @@ export const TelecommsLogBrowser = (props, context) => { label="Filename" buttons={( )}> {logs.name} @@ -172,12 +175,13 @@ export const TelecommsLogBrowser = (props, context) => { label={`${server.ref}`} buttons={( )}> {`${server.name} (${server.id})`} diff --git a/tgui/packages/tgui/interfaces/TelecommsMonitor.js b/tgui/packages/tgui/interfaces/TelecommsMonitor.js index 1bb1113080..a85b623d2a 100644 --- a/tgui/packages/tgui/interfaces/TelecommsMonitor.js +++ b/tgui/packages/tgui/interfaces/TelecommsMonitor.js @@ -54,15 +54,17 @@ export const TelecommsMonitor = (props, context) => { buttons={( )}> {!selected ? ( diff --git a/tgui/packages/tgui/interfaces/TelecommsPDALog.js b/tgui/packages/tgui/interfaces/TelecommsPDALog.js index 0415411fe2..b03a5abf2c 100644 --- a/tgui/packages/tgui/interfaces/TelecommsPDALog.js +++ b/tgui/packages/tgui/interfaces/TelecommsPDALog.js @@ -95,15 +95,17 @@ export const TelecommsPDALog = (props, context) => { buttons={( )}> {servers ? ( @@ -118,17 +120,17 @@ export const TelecommsPDALog = (props, context) => { buttons={( + {!!canhack && ( )} )}> @@ -139,18 +141,18 @@ export const TelecommsPDALog = (props, context) => { buttons={( )}> {selected ? ( @@ -214,12 +216,13 @@ export const TelecommsPDALog = (props, context) => { label={`${server.ref}`} buttons={( )}> {`${server.name} (${server.id})`} @@ -267,18 +270,18 @@ export const TeleLogs = (props, context) => { return (
act('clear_log', { 'value': msgs_log ? 'rc_msgs' : 'pda_logs', - })} - /> + })}> + Delete All Logs +
@@ -289,11 +292,11 @@ export const TeleLogs = (props, context) => { label={msgs_log ? "Sending Dep." : "Sender"} buttons={( )}> {message.sender} @@ -305,14 +308,14 @@ export const TeleLogs = (props, context) => { label="Message" buttons={( !!message.picture && ( // don't send img over req - ) )}> {message.message} @@ -362,7 +365,7 @@ export const TeleLogs = (props, context) => { ); }; -export const CustomMsg = (props, context) => { +export const CustomMsg = context => { const { act, data } = useBackend(context); const fake_message = data.fake_message || { 'sender': 'System Administrator', @@ -373,19 +376,19 @@ export const CustomMsg = (props, context) => { return (


@@ -410,16 +413,16 @@ export const CustomMsg = (props, context) => { { )}
- {!!data.vr_avatar && ( + {data.vr_avatar ? ( @@ -41,39 +41,42 @@ export const VrSleeper = (props, context) => { )} - ) || ( + ) : ( "No Virtual Avatar detected" )}
-
- {!!data.isoccupant && ( + {data.isoccupant ? ( { act('vr_connect'); act('tgui:close'); }} - icon={'unlock'} /> - ) - || ("You need to be inside the VR sleeper to connect to VR")} + icon={'unlock'}> + Connect to VR + + ) : ( + "You need to be inside the VR sleeper to connect to VR" + )}
{!!data.vr_avatar && ( )}