Files
Aurora.3/code/game/objects/items/devices/radio/microphone.dm
T
feartheblackoutandGitHub ccc4a6a1b7 Adds a handheld microphone for Journalists (#18380)
* Adds a handheld microphone for Journalists

* Changelog

* fixes

* fix perhaps

* real fix i think
2024-02-17 11:42:54 +00:00

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