mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
Merge pull request #4610 from VOREStation/vplk-breakerbox
Allow constructing breaker boxes in game
This commit is contained in:
@@ -29,3 +29,13 @@
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
origin_tech = list(TECH_POWER = 4, TECH_ENGINEERING = 3)
|
||||
req_components = list(/obj/item/weapon/stock_parts/capacitor = 3, /obj/item/stack/cable_coil = 10)
|
||||
|
||||
/obj/item/weapon/circuitboard/breakerbox
|
||||
name = T_BOARD("breaker box")
|
||||
build_path = /obj/machinery/power/breakerbox
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
origin_tech = list(TECH_POWER = 3, TECH_ENGINEERING = 3)
|
||||
req_components = list(
|
||||
/obj/item/weapon/stock_parts/spring = 1,
|
||||
/obj/item/weapon/stock_parts/manipulator = 1,
|
||||
/obj/item/stack/cable_coil = 10)
|
||||
|
||||
Reference in New Issue
Block a user