Skip to content

Commit

Permalink
breath
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Aug 26, 2023
1 parent f74da78 commit fd8c9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/VultureScope.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ const BreathButton = (props, context) => {
<Section title="Breathing" textAlign="center">
<Flex.Item grow={1} basis={0}>
<Button
content="Hold Breath"
tooltip="Hold your breath for a short time, removing scope drift."
content="Control Breathing"
tooltip="Control your breathing for a short time, removing scope drift."
disabled={data.breath_cooldown}
textAlign="center"
onClick={() => act('hold_breath')}
Expand Down

0 comments on commit fd8c9ad

Please sign in to comment.