Skip to content

Commit

Permalink
bitrunning vender console
Browse files Browse the repository at this point in the history
  • Loading branch information
shodd committed Dec 15, 2024
1 parent 434b7fe commit 1eb1b9c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions code/modules/bitrunning/designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,18 @@
)
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING

//MONKESTATION ADDITION START
/datum/design/board/bitrunning_order
name = "Bitrunning Vendor Console"
desc = "Allows for the construction of circuit boards used to build a Bitrunning Vendor Console."
id = "bitrunning_order"
build_path = /obj/item/circuitboard/computer/order_console/bitrunning

category = list(
RND_CATEGORY_COMPUTER + RND_SUBCATEGORY_COMPUTER_CARGO
)
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING
//MONKESTATION ADDITION END

/datum/techweb_node/bitrunning
id = "bitrunning"
Expand All @@ -85,5 +97,6 @@
"byteforge",
"quantum_console",
"netpod",
"bitrunning_order", //MONKESTATION ADDITION
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)

0 comments on commit 1eb1b9c

Please sign in to comment.