mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-18 04:55:27 +00:00
## About The Pull Request pressing f3 now opens asay in tgui say ## Why It's Good For The Game  also fixes double-escaped special characters caused by #72407 and finally gets rid of the gross regular tgui input popup ## Changelog 🆑 fix: asays are no longer double-escaped admin: asay now uses tgui say /🆑 --------- Co-authored-by: Scriptis <scriptis@duck.com>
7 lines
178 B
Plaintext
7 lines
178 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"
|