mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-29 11:14:09 +00:00
* Fixes scaling displays (#36253) * Fixes science scaling to decrease materials rather than increase....
25 lines
715 B
Plaintext
25 lines
715 B
Plaintext
/obj/machinery/rnd/production/protolathe
|
|
name = "protolathe"
|
|
desc = "Converts raw materials into useful objects."
|
|
icon_state = "protolathe"
|
|
container_type = OPENCONTAINER
|
|
circuit = /obj/item/circuitboard/machine/protolathe
|
|
categories = list(
|
|
"Power Designs",
|
|
"Medical Designs",
|
|
"Bluespace Designs",
|
|
"Stock Parts",
|
|
"Equipment",
|
|
"Mining Designs",
|
|
"Electronics",
|
|
"Weapons",
|
|
"Ammo",
|
|
"Firing Pins",
|
|
"Computer Parts"
|
|
)
|
|
production_animation = "protolathe_n"
|
|
allowed_buildtypes = PROTOLATHE
|
|
|
|
/obj/machinery/rnd/production/protolathe/disconnect_console()
|
|
linked_console.linked_lathe = null
|
|
..() |