mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user