mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-02-09 08:01:24 +00:00
19 lines
634 B
Plaintext
19 lines
634 B
Plaintext
#ifndef T_BOARD
|
|
#error T_BOARD macro is not defined but we need it!
|
|
#endif
|
|
|
|
/obj/item/circuitboard/comm_monitor
|
|
name = T_BOARD("telecommunications monitor console")
|
|
build_path = /obj/machinery/computer/telecomms/monitor
|
|
origin_tech = list(TECH_DATA = 3)
|
|
|
|
/obj/item/circuitboard/comm_server
|
|
name = T_BOARD("telecommunications server monitor console")
|
|
build_path = /obj/machinery/computer/telecomms/server
|
|
origin_tech = list(TECH_DATA = 3)
|
|
|
|
/obj/item/circuitboard/comm_traffic
|
|
name = T_BOARD("telecommunications traffic control console")
|
|
build_path = /obj/machinery/computer/telecomms/traffic
|
|
origin_tech = list(TECH_DATA = 3)
|