mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-09 00:42:34 +00:00
* Adds icon and hitsound where needed. * Moves alt_attack to /obj/item and deletes weapons.dm * Replaced /obj/item/weapon with /obj/item * Fixes merge issues. * Fix merge issues.
19 lines
635 B
Plaintext
19 lines
635 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)
|