mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
7a7920f29e
* TGUI Say * Add icon_ref_map.json to make tgui-dev-server stop screaming * Update tgui.bundle.js * bundle recompile --------- Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Heroman <alesha3000@list.ru>
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
// Used to direct channels to speak into.
|
|
#define SAY_CHANNEL "Say"
|
|
#define RADIO_CHANNEL "Radio"
|
|
#define ME_CHANNEL "Me"
|
|
#define OOC_CHANNEL "OOC"
|
|
#define ADMIN_CHANNEL "Admin"
|
|
#define LOOC_CHANNEL "LOOC"
|
|
#define WHIS_CHANNEL "Whis"
|
|
#define SUBTLE_CHANNEL "Subtle"
|