diff --git a/tgui/packages/tgui/interfaces/Instrument.js b/tgui/packages/tgui/interfaces/Instrument.js
index 01f6d7c89ab..d9df2a457b2 100644
--- a/tgui/packages/tgui/interfaces/Instrument.js
+++ b/tgui/packages/tgui/interfaces/Instrument.js
@@ -1,4 +1,4 @@
-/* eslint-disable max-len */
+import { round } from 'common/math';
import { Fragment } from 'inferno';
import { useBackend } from "../backend";
import { Box, Button, Collapsible, Dropdown, LabeledList, Modal, Section, Slider } from "../components";
@@ -29,24 +29,54 @@ const InstrumentHelp = (properties, context) => {
- Lines are a series of chords, separated by commas
- Notes are played by the
- Every note in a chord will play together, with the chord timed by the
- By default, every note is
-
-
- A
+ A
- To make a chord be a different time, end it with /x, where the chord length will be length defined by
Combined, an example line is: E-E4/4,F#/2,G#/8,B/8,E3-E4/4. @@ -143,7 +173,7 @@ const InstrumentStatus = (properties, context) => { new: tempo + tickLag, })} /> - {Math.round(600 / tempo)} BPM + {round(600 / tempo)} BPM