mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
b794ffcc77
* literally just hook asay into tgui say (#73212) ## 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> * literally just hook asay into tgui say --------- Co-authored-by: scriptis <scriptif@gmail.com> 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"
|