mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 21:26:38 +01:00
13 lines
427 B
Plaintext
13 lines
427 B
Plaintext
/obj/item/circuitboard/machine/research_table
|
|
name = "Sex Research Rack (Machine Board)"
|
|
build_path = /obj/machinery/research_table
|
|
req_components = list(
|
|
/obj/item/dildo = 1,
|
|
/obj/item/stack/cable_coil = 15,
|
|
/obj/item/stack/sheet/mineral/silver = 15,
|
|
/obj/item/restraints/handcuffs = 1,
|
|
/obj/item/stock_parts/manipulator = 1,
|
|
/obj/item/stock_parts/scanning_module = 2,
|
|
/obj/item/stock_parts/matter_bin = 1
|
|
)
|