Skip to content

Commit c1e91f2

Browse files
Shodddshodd
andauthored
bitrunning vender console (Monkestation#4570)
Co-authored-by: shodd <[email protected]>
1 parent e3f8b3e commit c1e91f2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

code/modules/bitrunning/designs.dm

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,18 @@
7575
)
7676
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING
7777

78+
//MONKESTATION ADDITION START
79+
/datum/design/board/bitrunning_order
80+
name = "Bitrunning Vendor Console"
81+
desc = "Allows for the construction of circuit boards used to build a Bitrunning Vendor Console."
82+
id = "bitrunning_order"
83+
build_path = /obj/item/circuitboard/computer/order_console/bitrunning
84+
85+
category = list(
86+
RND_CATEGORY_COMPUTER + RND_SUBCATEGORY_COMPUTER_CARGO
87+
)
88+
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING
89+
//MONKESTATION ADDITION END
7890

7991
/datum/techweb_node/bitrunning
8092
id = "bitrunning"
@@ -85,5 +97,6 @@
8597
"byteforge",
8698
"quantum_console",
8799
"netpod",
100+
"bitrunning_order", //MONKESTATION ADDITION
88101
)
89102
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)

0 commit comments

Comments
 (0)