Moves all circuitboards to their respective files.

Computer boards are now in /code/game/objects/items/weapons/circuitboards/computer/.
Buildable machinery boards are in /code/game/objects/items/weapons/circuitboards/machinery/.
Everything else is just in /code/game/objects/items/weapons/circuitboards/.
The circuitboard parent definition is in /code/game/objects/items/weapons/circuitboards/circuitboard.dm.
Did some minor renaming and capitalization fixes on the boards.
This commit is contained in:
Amunak
2014-12-17 14:31:21 +01:00
parent ae8829cabe
commit 1a972974bc
22 changed files with 796 additions and 695 deletions
-20
View File
@@ -1,23 +1,3 @@
//Boards
/obj/item/weapon/circuitboard/batteryrack
name = "Circuit board (Battery rack PSU)"
build_path = "/obj/machinery/power/smes/batteryrack"
board_type = "machine"
origin_tech = "powerstorage=3;engineering=2"
frame_desc = "Requires 3 power cells."
req_components = list("/obj/item/weapon/cell" = 3)
/obj/item/weapon/circuitboard/ghettosmes
name = "Circuit board (makeshift PSU)"
desc = "An APC circuit repurposed into some power storage device controller"
build_path = "/obj/machinery/power/smes/batteryrack/makeshift"
board_type = "machine"
frame_desc = "Requires 3 power cells."
req_components = list("/obj/item/weapon/cell" = 3)
//Machines
//The one that works safely.
/obj/machinery/power/smes/batteryrack
name = "power cell rack PSU"