mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
ATC and Culture Channels (#19527)
* ATC and Culture Channels * Fixup maps in TGM format71c1418406: maps/groundbase/gb-z2.dmm71c1418406: maps/tether/tether-03-surface3.dmm Automatically commited by: tools\mapmerge2\fixup.py * 1539 --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -75,6 +75,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