Files
siliconsGitHubfake_vm_user <fake_vm_user>
08b3451c12 refactors announcers, adds soundbyte, announcer, announce location datums (#4056)
* wack

* convert explosoins

* wild

* ah.

* t

* skeleton

* fuck off, byond, just FUCK OFF

* AAAAAAAAAAAA

* sigh

* wacky

* pog

* Wack

* new announcers

* fix

* git

* git why

* GIT WHY

* wild

* fix

* wild!

Co-authored-by: fake_vm_user <fake_vm_user>
2022-05-16 21:45:44 -07:00

7 lines
547 B
Plaintext

// contains global announcers
GLOBAL_DATUM_INIT(announcer_station_radio, /datum/announcer/radio_broadcast, new(new /datum/announce_location/main_station))
GLOBAL_DATUM_INIT(announcer_station_speaker, /datum/announcer/speaker_network, new(new /datum/announce_location/main_station))
GLOBAL_DATUM_INIT(announcer_station_legacy_minor, /datum/announcer/minor_announce, new(new /datum/announce_location/main_station))
GLOBAL_DATUM_INIT(announcer_station_legacy_centcom, /datum/announcer/major_announce, new(new /datum/announce_location/main_station))