Files
S.P.L.U.R.T-Station-13/code/modules/research/machinery/protolathe.dm
CitadelStationBot b7e666ff23 [MIRROR] Fixes science scaling to decrease materials rather than increase.... (#5882)
* Fixes scaling displays (#36253)

* Fixes science scaling to decrease materials rather than increase....
2018-03-10 06:55:12 -06:00

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
..()