* wip fixes #34388 🆑 fix:stuff 🆑 * vv * ASDASD * daikshu * wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww * wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww * 99999999999999999999999999999 * *tabs* * Update comp_board_designs.dm
This commit is contained in:
committed by
CitadelStationBot
parent
49fd917fee
commit
4f7d35ec4f
@@ -30,6 +30,14 @@
|
||||
category = list("Computer Boards")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|
||||
|
||||
/datum/design/board/rdcamera
|
||||
name = "Computer Design (Research Monitor)"
|
||||
desc = "Allows for the construction of circuit boards used to build research camera computers."
|
||||
id = "rdcamera"
|
||||
build_path = /obj/item/circuitboard/computer/research
|
||||
category = list("Computer Boards")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
||||
|
||||
/datum/design/board/xenobiocamera
|
||||
name = "Computer Design (Xenobiology Console)"
|
||||
desc = "Allows for the construction of circuit boards used to build xenobiology camera computers."
|
||||
|
||||
@@ -320,7 +320,7 @@
|
||||
display_name = "Computer Consoles"
|
||||
description = "Computers and how they work."
|
||||
prereq_ids = list("datatheory")
|
||||
design_ids = list("cargo", "cargorequest", "stockexchange", "libraryconsole", "mining", "crewconsole", "comconsole", "idcardconsole", "seccamera")
|
||||
design_ids = list("cargo", "cargorequest", "stockexchange", "libraryconsole", "mining", "crewconsole", "rdcamera", "comconsole", "idcardconsole", "seccamera")
|
||||
research_cost = 2000
|
||||
export_price = 5000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user