From 2cb538faa95e472e52e806546e04d26337772ac9 Mon Sep 17 00:00:00 2001 From: NamelessFairy <40036527+NamelessFairy@users.noreply.github.com> Date: Sat, 18 Mar 2023 00:35:42 +0000 Subject: [PATCH] Abductor chat and ling/xenomorph hideout is now message type radio (#74042) ## About The Pull Request Simply adds abductor chat, xenomorph hivemind and ling hivemind to message type radio for chat types rather than unsorted. ## Why It's Good For The Game I think these three essentially function the same as radio and make more sense to be there rather than remaining unsorted. Although I could also move these to the info message type similarly to holoparasite chat if people think that'd be better. ## Changelog :cl: qol: Abductors chat and Lings/Xenomorphs hivemind chat type has been moved from unsorted to radio. /:cl: --- tgui/packages/tgui-panel/chat/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgui/packages/tgui-panel/chat/constants.js b/tgui/packages/tgui-panel/chat/constants.js index 0fd8239c6a1..2efc1d0a3ec 100644 --- a/tgui/packages/tgui-panel/chat/constants.js +++ b/tgui/packages/tgui-panel/chat/constants.js @@ -60,7 +60,7 @@ export const MESSAGE_TYPES = [ name: 'Radio', description: 'All departments of radio messages', selector: - '.alert, .minorannounce, .syndradio, .centcomradio, .aiprivradio, .comradio, .secradio, .gangradio, .engradio, .medradio, .sciradio, .suppradio, .servradio, .radio, .deptradio, .binarysay, .newscaster, .resonate', + '.alert, .minorannounce, .syndradio, .centcomradio, .aiprivradio, .comradio, .secradio, .gangradio, .engradio, .medradio, .sciradio, .suppradio, .servradio, .radio, .deptradio, .binarysay, .newscaster, .resonate, .abductor, .alien, .changeling', }, { type: MESSAGE_TYPE_INFO,