Skip to content

Commit

Permalink
Ports TGstation 81661
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian0930 committed Apr 7, 2024
1 parent 7fdfabb commit a26d0fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tgui/packages/tgui-say/constants/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ export const RADIO_PREFIXES = {
id: 'binary',
label: '0101',
},

':g ': {
id: 'changeling',
label: 'Cling',
},

':c ': {
id: 'command',
label: 'Cmd',
Expand Down
2 changes: 2 additions & 0 deletions tgui/packages/tgui-say/styles/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ $admin: #ffbbff;
$mentor: #d3df68;
$binary: #1e90ff;
$centcom: #2681a5;
$changeling: #4c701f;
$command: #fcdf03;
$engi: #f37746;
$hive: #855d85;
Expand All @@ -43,6 +44,7 @@ $_channel_map: (
'mentor': $mentor,
'binary': $binary,
'centcom': $centcom,
'changeling': $changeling,
'command': $command,
'engi': $engi,
'hive': $hive,
Expand Down

0 comments on commit a26d0fe

Please sign in to comment.