Files
Aurora.3/code/game/objects/items/devices/radio/microphone.dm
T
Cody BrittainandGitHub 3f62424312 [MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
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>
2026-02-01 05:14:26 +00:00

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())