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
🆑
qol: Abductors chat and Lings/Xenomorphs hivemind chat type has been
moved from unsorted to radio.
/🆑
This commit is contained in:
NamelessFairy
2023-03-17 18:35:42 -06:00
committed by GitHub
parent d24600e809
commit 2cb538faa9
+1 -1
View File
@@ -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,