mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +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
@@ -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