mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +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
@@ -55,8 +55,7 @@
|
||||
id = "Receiver A"
|
||||
network = "tcommsat"
|
||||
autolinkers = list("receiverA") // link to relay
|
||||
freq_listening = list(AI_FREQ, SCI_FREQ, MED_FREQ, SUP_FREQ, SRV_FREQ, COMM_FREQ, ENG_FREQ, SEC_FREQ, BDCM_FREQ, ENT_FREQ) // CHOMPEdit
|
||||
|
||||
freq_listening = list(AI_FREQ, SCI_FREQ, MED_FREQ, SUP_FREQ, SRV_FREQ, COMM_FREQ, ENG_FREQ, SEC_FREQ, BDCM_FREQ, ENT_FREQ, ATC_FREQ, CULTURE_FREQ) // CHOMPEdit - Add BDCM_FREQ
|
||||
|
||||
//Common and other radio frequencies for people to freely use
|
||||
/obj/machinery/telecomms/receiver/preset_right/Initialize(mapload)
|
||||
|
||||
@@ -82,6 +82,26 @@
|
||||
name = "entertainment intercom"
|
||||
frequency = ENT_FREQ
|
||||
|
||||
/obj/item/radio/intercom/atc
|
||||
name = "Air Traffic Control intercom"
|
||||
frequency = ATC_FREQ
|
||||
|
||||
/obj/item/radio/intercom/atc/Initialize(mapload)
|
||||
. = ..()
|
||||
internal_channels = list(
|
||||
num2text(ATC_FREQ) = list()
|
||||
)
|
||||
|
||||
/obj/item/radio/intercom/culture
|
||||
name = "culture intercom"
|
||||
frequency = CULTURE_FREQ
|
||||
|
||||
/obj/item/radio/intercom/culture/Initialize(mapload)
|
||||
. = ..()
|
||||
internal_channels = list(
|
||||
num2text(CULTURE_FREQ) = list()
|
||||
)
|
||||
|
||||
/obj/item/radio/intercom/science
|
||||
name = "station intercom (Science)"
|
||||
channels=list("Science")
|
||||
|
||||
Reference in New Issue
Block a user