mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-19 10:59:39 +01:00
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
/obj/item/radio/microphone
|
|
name = "handheld microphone"
|
|
desc = "A handheld microphone, used for on-the-fly interviewing. Pose for the fans!"
|
|
icon_state = "microphone"
|
|
item_state = "microphone"
|
|
|
|
/obj/item/radio/microphone/Initialize()
|
|
. = ..()
|
|
set_frequency(ENT_FREQ)
|
|
internal_channels = list(num2text(ENT_FREQ) = list())
|