mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
camera monitors can be properly built with the board (#17039)
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
var/locked = 1
|
||||
var/emagged = 0
|
||||
|
||||
/obj/item/circuitboard/security/New()
|
||||
..()
|
||||
/obj/item/circuitboard/security/Initialize()
|
||||
. = ..()
|
||||
network = using_map.station_networks
|
||||
|
||||
/obj/item/circuitboard/security/tv
|
||||
name = T_BOARD("security camera monitor - television")
|
||||
@@ -22,8 +23,8 @@
|
||||
build_path = /obj/machinery/computer/security/engineering
|
||||
req_access = list()
|
||||
|
||||
/obj/item/circuitboard/security/engineering/New()
|
||||
..()
|
||||
/obj/item/circuitboard/security/engineering/Initialize()
|
||||
. = ..()
|
||||
network = engineering_networks
|
||||
|
||||
/obj/item/circuitboard/security/mining
|
||||
@@ -38,8 +39,8 @@
|
||||
board_type = new /datum/frame/frame_types/display
|
||||
matter = list(MAT_STEEL = 50, MAT_GLASS = 50)
|
||||
|
||||
/obj/item/circuitboard/security/telescreen/entertainment/New()
|
||||
..()
|
||||
/obj/item/circuitboard/security/telescreen/entertainment/Initialize()
|
||||
. = ..()
|
||||
network = NETWORK_THUNDER
|
||||
|
||||
/obj/item/circuitboard/security/construct(var/obj/machinery/computer/security/C)
|
||||
|
||||
Reference in New Issue
Block a user