File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 75
75
)
76
76
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING
77
77
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
78
90
79
91
/ datum / techweb_node/ bitrunning
80
92
id = " bitrunning"
85
97
" byteforge" ,
86
98
" quantum_console" ,
87
99
" netpod" ,
100
+ " bitrunning_order" , // MONKESTATION ADDITION
88
101
)
89
102
research_costs = list (TECHWEB_POINT_TYPE_GENERIC = 2500 )
You can’t perform that action at this time.
0 commit comments