[MIRROR] Bluespace Launchpads (#879)

* Bluespace Launchpads

* Delete runtimestation.dmm.rej

* Delete tgstation.dme.rej

* Delete tgui.js.rej

* Update tgui.js
This commit is contained in:
CitadelStationBot
2017-05-18 07:12:13 -05:00
committed by Poojawa
parent 30e18146e5
commit 6a2916a171
10 changed files with 634 additions and 17 deletions
@@ -90,6 +90,22 @@
build_path = /obj/item/weapon/circuitboard/machine/quantumpad
category = list ("Teleportation Machinery")
/datum/design/board/launchpad
name = "Machine Design (Bluespace Launchpad Board)"
desc = "The circuit board for a bluespace Launchpad."
id = "launchpad"
req_tech = list("programming" = 3, "bluespace" = 3, "plasmatech" = 2, "engineering" = 3)
build_path = /obj/item/weapon/circuitboard/machine/launchpad
category = list ("Teleportation Machinery")
/datum/design/board/launchpad_console
name = "Machine Design (Bluespace Launchpad Console Board)"
desc = "The circuit board for a bluespace launchpad Console."
id = "launchpad_console"
req_tech = list("programming" = 4, "bluespace" = 3, "plasmatech" = 3)
build_path = /obj/item/weapon/circuitboard/computer/launchpad_console
category = list ("Teleportation Machinery")
/*/datum/design/board/telepad
name = "Machine Design (Telepad Board)"
desc = "The circuit board for a telescience telepad."