mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user