mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user