mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fixes stovetop not appearing in circuit imprinter (#31721)
* fixed stovetop not appearing in circuit imprinter as well minor typo in circuitprinter.dm notes * Update to circuitprinter.dm Fixes remaining typos and replaced outdated information about the circuitprinter. Signed-off-by: martcraft <47667221+martcraft@users.noreply.github.com> --------- Signed-off-by: martcraft <47667221+martcraft@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*///////////////Circuit Imprinter (By Darem)////////////////////////
|
||||
Used to print new circuit boards (for computers and similar systems) and AI modules. Each circuit board pattern are stored in
|
||||
a /datum/desgin on the linked R&D console. You can then print them out in a fasion similar to a regular lathe. However, instead of
|
||||
using metal and glass, it uses glass and reagents (usually sulfuric acis).
|
||||
Used to print new circuit boards (for computers and similar systems) and AI modules. Each circuit board pattern is stored in
|
||||
a /datum/design on the linked R&D console. You can then print them out in a fashion similar to a regular lathe using glass and
|
||||
sometimes a secondary material (often gold or diamond).
|
||||
|
||||
*/
|
||||
/obj/machinery/r_n_d/circuit_imprinter
|
||||
|
||||
@@ -521,6 +521,16 @@
|
||||
build_path = /obj/item/circuitboard/deepfryer
|
||||
category = list("Misc. Machinery")
|
||||
|
||||
/datum/design/stovetop
|
||||
name = "Machine Board (Stovetop)"
|
||||
desc = "The circuit board for a Stovetop."
|
||||
id = "stove"
|
||||
req_tech = list("biotech" = 1)
|
||||
build_type = IMPRINTER
|
||||
materials = list(MAT_GLASS = 1000)
|
||||
build_path = /obj/item/circuitboard/cooking/stove
|
||||
category = list("Misc. Machinery")
|
||||
|
||||
/datum/design/orion_trail
|
||||
name = "Machine Board (Orion Trail Arcade Machine)"
|
||||
desc = "Allows for the construction of circuit boards used to build a new Orion Trail machine."
|
||||
|
||||
Reference in New Issue
Block a user