mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
/datum/design/component/action
|
|
category = list(
|
|
RND_CATEGORY_CIRCUITRY_COMPS + RND_SUBCATEGORY_CIRCUITRY_ACTION_COMPONENTS
|
|
)
|
|
|
|
/datum/design/component/action/speech
|
|
name = "Speech Component"
|
|
id = "comp_speech"
|
|
build_path = /obj/item/circuit_component/speech
|
|
|
|
/datum/design/component/action/laserpointer
|
|
name = "Laser Pointer Component"
|
|
id = "comp_laserpointer"
|
|
build_path = /obj/item/circuit_component/laserpointer
|
|
|
|
/datum/design/component/action/pull
|
|
name = "Pull Component"
|
|
id = "comp_pull"
|
|
build_path = /obj/item/circuit_component/pull
|
|
|
|
/datum/design/component/action/soundemitter
|
|
name = "Sound Emitter Component"
|
|
id = "comp_soundemitter"
|
|
build_path = /obj/item/circuit_component/soundemitter
|
|
|
|
/datum/design/component/action/equipment_action
|
|
name = "Equipment Action Component"
|
|
id = "comp_equip_action"
|
|
build_path = /obj/item/circuit_component/equipment_action
|
|
|
|
/datum/design/component/action/radio
|
|
name = "Radio Component"
|
|
id = "comp_radio"
|
|
build_path = /obj/item/circuit_component/radio
|
|
|
|
/datum/design/component/action/mmi
|
|
name = "MMI Component"
|
|
id = "comp_mmi"
|
|
build_path = /obj/item/circuit_component/mmi
|
|
|
|
/datum/design/component/action/pathfind
|
|
name = "Pathfinder"
|
|
id = "comp_pathfind"
|
|
build_path = /obj/item/circuit_component/pathfind
|
|
|
|
/datum/design/component/action/light
|
|
name = "Light Component"
|
|
id = "comp_light"
|
|
build_path = /obj/item/circuit_component/light
|