50 lines
2.0 KiB
Plaintext
50 lines
2.0 KiB
Plaintext
///////////////////
|
|
///CARGO Boards//
|
|
///////////////////
|
|
/datum/design/board/ore_silo
|
|
name = "Machine Design (Ore Silo)"
|
|
desc = "The circuit board for an ore silo."
|
|
id = "ore_silo"
|
|
build_path = /obj/item/circuitboard/machine/ore_silo
|
|
category = list ("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_CARGO
|
|
|
|
/datum/design/board/mining_equipment_vendor
|
|
name = "Machine Design (Mining Rewards Vender Board)"
|
|
desc = "The circuit board for a Mining Rewards Vender."
|
|
id = "mining_equipment_vendor"
|
|
build_path = /obj/item/circuitboard/machine/mining_equipment_vendor
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/stacking_unit_console
|
|
name = "Machine Design (Stacking Machine Console)"
|
|
desc = "The circuit board for a Stacking Machine Console."
|
|
id = "stack_console"
|
|
build_path = /obj/item/circuitboard/machine/stacking_unit_console
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/stacking_machine
|
|
name = "Machine Design (Stacking Machine)"
|
|
desc = "The circuit board for a Stacking Machine."
|
|
id = "stack_machine"
|
|
build_path = /obj/item/circuitboard/machine/stacking_machine
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/ore_redemption
|
|
name = "Machine Design (Ore Redemption Board)"
|
|
desc = "The circuit board for an Ore Redemption machine."
|
|
id = "ore_redemption"
|
|
build_path = /obj/item/circuitboard/machine/ore_redemption
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/bountypad
|
|
name = "Machine Design (Civilian Bounty Pad)"
|
|
desc = "The circuit board for a Civilian Bounty Pad."
|
|
id = "bounty_pad"
|
|
build_path = /obj/item/circuitboard/machine/bountypad
|
|
category = list ("Misc. Machinery")
|