mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
Modularizes SD files a bit
This commit is contained in:
@@ -60,3 +60,10 @@
|
||||
build_path = /obj/machinery/computer/id_restorer
|
||||
board_type = new /datum/frame/frame_types/id_restorer
|
||||
matter = list(MAT_STEEL = 50, MAT_GLASS = 50)
|
||||
|
||||
/obj/item/weapon/circuitboard/security/xenobio
|
||||
name = T_BOARD("xenobiology camera monitor")
|
||||
build_path = /obj/machinery/computer/security/xenobio
|
||||
network = list(NETWORK_XENOBIO)
|
||||
req_access = list()
|
||||
matter = list(MAT_STEEL = 50, MAT_GLASS = 50)
|
||||
|
||||
Reference in New Issue
Block a user