Fixes #145 - Makes jukeboxes constructable.

* Adds circuit board.
* Adds design to print board on autolathe.
* Makes jukeboxes deconstructable back to frame.
This commit is contained in:
Leshana
2016-05-25 21:31:45 -04:00
parent ca6e75ab8f
commit e37ac4da3e
4 changed files with 34 additions and 0 deletions

View File

@@ -756,6 +756,13 @@ CIRCUITS BELOW
build_path = /obj/item/weapon/circuitboard/arcade/orion_trail
sort_string = "MAAAA"
/datum/design/circuit/oriontrail
name = "jukebox"
id = "jukebox"
req_tech = list(TECH_MAGNET = 2, TECH_DATA = 1)
build_path = /obj/item/weapon/circuitboard/jukebox
sort_string = "MAAAB"
/datum/design/circuit/seccamera
name = "security camera monitor"
id = "seccamera"