mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-05 05:40:27 +00:00
* Bazinga * moved to global var * moved to subsystem * susbsys fixes * invoke async * stable but fighting optimization * missed delay * makes this a subsystem * Makes a base announce_atc proc. * mob_announce_cooldown * defs * rocks --------- Co-authored-by: Willburd <7099514+Willburd@users.noreply.github.com>
4 lines
328 B
Plaintext
4 lines
328 B
Plaintext
/datum/atc_chatter/shift_start/squak()
|
|
SSatc.msg("New shift beginning, resuming traffic control. This shift's Colony Frequencies are as follows: Emergency Responders: [SSatc.ertchannel]. Medical: [SSatc.medchannel]. Engineering: [SSatc.engchannel]. Security: [SSatc.secchannel]. System Defense: [SSatc.sdfchannel].")
|
|
finish()
|