[MIRROR] ATC and Culture Channels (#12850)

Co-authored-by: Casey <a.roaming.shadow@gmail.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-07-18 23:39:33 -04:00
committed by GitHub
co-authored by Casey Cameron Lennox
parent c677d6d080
commit 130bce9a9d
19 changed files with 101 additions and 42 deletions
+3 -1
View File
@@ -710,7 +710,9 @@ GLOBAL_LIST_INIT(radio_channels_by_freq, list(
num2text(SCI_FREQ) = CHANNEL_SCIENCE,
num2text(SUP_FREQ) = CHANNEL_SUPPLY,
num2text(SRV_FREQ) = CHANNEL_SERVICE,
num2text(EXP_FREQ) = CHANNEL_EXPLORATION
num2text(EXP_FREQ) = CHANNEL_EXPLORATION,
num2text(ATC_FREQ) = CHANNEL_ATC,
num2text(CULTURE_FREQ) = CHANNEL_CULTURE
))
GLOBAL_LIST_BOILERPLATE(all_pai_cards, /obj/item/paicard)