mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-09 08:52:29 +00:00
security camera circuits and outpost camera circuits are no longer researchable. new research item: camera monitor circuits. can be set to produce monitoring computer for any hardcoded camera network, with appropriate approval levels (sec for station, mining for outpost etc).
Signed-off-by: CaelAislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -67,14 +67,14 @@ datum
|
||||
|
||||
///////////////////Computer Boards///////////////////////////////////
|
||||
|
||||
seccamera
|
||||
name = "Circuit Design (Security)"
|
||||
desc = "Allows for the construction of circuit boards used to build security camera computers."
|
||||
id = "seccamera"
|
||||
camera
|
||||
name = "Circuit Design (Camera)"
|
||||
desc = "Allows for the construction of circuit boards used to build camera network computers."
|
||||
id = "camera"
|
||||
req_tech = list("programming" = 2)
|
||||
build_type = IMPRINTER
|
||||
materials = list("$glass" = 2000, "acid" = 20)
|
||||
build_path = "/obj/item/weapon/circuitboard/security"
|
||||
build_path = "/obj/item/weapon/circuitboard/camera"
|
||||
|
||||
aicore
|
||||
name = "Circuit Design (AI Core)"
|
||||
|
||||
Reference in New Issue
Block a user