mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 04:02:31 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user