Adds the sound emitter circuit component (#59866)

Adds the sound emitter circuit component. Allows the integrated circuit to play a sound of varying volume and frequency.
This commit is contained in:
Watermelon914
2021-06-30 15:38:31 -03:00
committed by GitHub
parent 6f3f14566a
commit 02f0fe75fa
5 changed files with 98 additions and 0 deletions
@@ -173,6 +173,11 @@
id = "comp_pull"
build_path = /obj/item/circuit_component/pull
/datum/design/component/soundemitter
name = "Sound Emitter Component"
id = "comp_soundemitter"
build_path = /obj/item/circuit_component/soundemitter
/datum/design/component/mmi
name = "MMI Component"
id = "comp_mmi"
@@ -219,6 +219,7 @@
"comp_random",
"comp_select_query",
"comp_self",
"comp_soundemitter",
"comp_species",
"comp_speech",
"comp_speech",