mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
[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:
co-authored by
Casey
Cameron Lennox
parent
c677d6d080
commit
130bce9a9d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user