Removes boards

This commit is contained in:
B.A.L
2019-04-21 14:52:59 -07:00
parent b5db0e0be9
commit d1f6ffc7aa
2 changed files with 0 additions and 20 deletions
@@ -332,16 +332,6 @@
build_path = /obj/item/circuitboard/comm_traffic
category = list("Computer Boards")
/datum/design/telesci_console
name = "Console Board (Telepad Control Console)"
desc = "Allows for the construction of circuit boards used to build a telescience console."
id = "telesci_console"
req_tech = list("programming" = 3, "bluespace" = 3, "plasmatech" = 4)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/telesci_console
category = list("Computer Boards")
/datum/design/teleconsole
name = "Console Board (Teleporter Console)"
desc = "Allows for the construction of circuit boards used to build a teleporter control console."
@@ -72,16 +72,6 @@
build_path = /obj/item/circuitboard/quantumpad
category = list ("Teleportation Machinery")
/datum/design/telepad
name = "Machine Board (Telepad Board)"
desc = "Allows for the construction of circuit boards used to build a Telepad."
id = "telepad"
req_tech = list("programming" = 4, "bluespace" = 5, "plasmatech" = 4, "engineering" = 4)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/telesci_pad
category = list ("Teleportation Machinery")
/datum/design/teleport_hub
name = "Machine Board (Teleportation Hub)"
desc = "Allows for the construction of circuit boards used to build a Teleportation Hub."