Skip to content

Commit

Permalink
[MIRROR] Fixes missing prefix, :g (changeling hivemind) to actually b…
Browse files Browse the repository at this point in the history
…e indicated in the Say TGUI (#1143)

* Fixes missing prefix, :g (changeling hivemind) to actually be indicated in the Say TGUI (#81661)

## About The Pull Request
The Say menu didn't have any visual indications that cling hivemind was
a usable prefix to communicate, this PR rectifies that.
## Why It's Good For The Game
More visual indicators..... GOOD!
## Changelog
:cl:
fix: The say TGUI would recognize :g (changeling hivemind) prefix. and
give a visual indicator in it that you are talking in the right channel
/:cl:

* Fixes missing prefix, :g (changeling hivemind) to actually be indicated in the Say TGUI

---------

Co-authored-by: Singul0 <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Feb 26, 2024
1 parent 2cb5f15 commit 5ab8bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tgui/packages/tgui-say/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const RADIO_PREFIXES = {
':b ': 'io',
':c ': 'Cmd',
':e ': 'Engi',
':g ': 'Cling',
':m ': 'Med',
':n ': 'Sci',
':o ': 'AI',
Expand Down
1 change: 1 addition & 0 deletions tgui/packages/tgui-say/styles/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $_channel_map: (
'Admin': #ffbbff,
'AI': #d65d95,
'CCom': #2681a5,
'Cling': #4c701f,
'Cmd': #fcdf03,
'Engi': #f37746,
'Hive': #855d85,
Expand Down

0 comments on commit 5ab8bc7

Please sign in to comment.