13 lines
442 B
Plaintext
13 lines
442 B
Plaintext
/obj/item/circuitboard/machine/kinkmate
|
|
name = "Kinkmate Vendor (Machine Board)"
|
|
build_path = /obj/machinery/vending/kink
|
|
req_components = list(/obj/item/vending_refill/kink = 3)
|
|
|
|
/obj/item/circuitboard/machine/autoylathe
|
|
name = "Autoylathe (Machine Board)"
|
|
build_path = /obj/machinery/autoylathe
|
|
req_components = list(
|
|
/obj/item/stock_parts/matter_bin = 3,
|
|
/obj/item/stock_parts/manipulator = 1,
|
|
/obj/item/stack/sheet/glass = 1)
|