Skip to content

Commit

Permalink
feat: extend chat prefixes (#145)
Browse files Browse the repository at this point in the history
## About The Pull Request

Adds more handled by tgchat prefixes

## Why It's Good For The Game

More user friendly to type with russian keyboard layout

## Changelog

:cl:
qol: префиксы чата теперь автоматически меняют стиль окна и через точку
/:cl:
  • Loading branch information
Gaxeer committed Apr 19, 2024
1 parent 7540440 commit f3d2db3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tgui/packages/tgui-say/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ export const RADIO_PREFIXES = {
':v ': 'Серв',
':y ': 'ЦК',
// BANDASTATION ADDITION START
'.a ': 'Рой',
'.b ': 'вв',
'.c ': 'Ком',
'.e ': 'Инж',
'.g ': 'Ген',
'.m ': 'Мед',
'.n ': 'Науч',
'.o ': 'ИИ',
'.s ': 'СБ',
'.t ': 'Синд',
'.u ': 'Снаб',
'.v ': 'Серв',
'.y ': 'ЦК',
':ф ': 'Рой',
':и ': 'вв',
':с ': 'Ком',
Expand All @@ -44,5 +57,18 @@ export const RADIO_PREFIXES = {
':г ': 'Снаб',
':м ': 'Серв',
':н ': 'ЦК',
'.ф ': 'Рой',
'.и ': 'вв',
'.с ': 'Ком',
'.у ': 'Инж',
'.п ': 'Ген',
'.ь ': 'Мед',
'.т ': 'Науч',
'.щ ': 'ИИ',
'.ы ': 'СБ',
'.е ': 'Синд',
'.г ': 'Снаб',
'.м ': 'Серв',
'.н ': 'ЦК',
// BANDASTATION EDIT END
} as const;

0 comments on commit f3d2db3

Please sign in to comment.