From dcc2126b919383855a8ee70a75ae073c850a3c5f Mon Sep 17 00:00:00 2001 From: SandPoot Date: Tue, 21 May 2024 15:18:00 -0300 Subject: [PATCH] include help text --- tgui/packages/tgui/interfaces/AnnouncementHelp.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/tgui/packages/tgui/interfaces/AnnouncementHelp.js b/tgui/packages/tgui/interfaces/AnnouncementHelp.js index 671e1f2b7a..1869a21eab 100644 --- a/tgui/packages/tgui/interfaces/AnnouncementHelp.js +++ b/tgui/packages/tgui/interfaces/AnnouncementHelp.js @@ -2,7 +2,7 @@ import { filter } from 'common/collections'; import { flow } from 'common/fp'; import { createSearch } from 'common/string'; import { useBackend } from '../backend'; -import { Button, Icon, Input, Section, Stack, Tabs } from '../components'; +import { Button, Collapsible, Icon, Input, Section, Stack, Tabs } from '../components'; import { useLocalState } from '../backend'; import { Window } from '../layouts'; @@ -32,6 +32,18 @@ export const AnnouncementHelp = (props, context) => {
+ + + WARNING: Misuse of the announcement system will get you job banned.

+ Here is a list of words you can type into the 'Announcement' button to create sentences to vocally announce to everyone on the same level at you.
+
  • You can also click on the word to PREVIEW it.
  • +
  • You can only say 30 words for every announcement.
  • +
  • Do not use punctuation as you would normally, if you want a pause you can use the full stop and comma characters by separating them with spaces, like so: 'Alpha . Test , Bravo'.
  • +
  • Numbers are in word format, e.g. eight, sixty, etc
  • +
  • Sound effects begin with an 's' before the actual word, e.g. scensor
  • +

+
+
{