mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 11:31:12 +01:00
* Adds a handheld microphone for Journalists * Changelog * fixes * fix perhaps * real fix i think
11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
/obj/item/device/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/device/radio/microphone/Initialize()
|
|
. = ..()
|
|
set_frequency(ENT_FREQ)
|
|
internal_channels = list(num2text(ENT_FREQ) = list())
|