mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 15:16:33 +01:00
* 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>
7 lines
547 B
Plaintext
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))
|