mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-19 10:06:56 +01:00
33 lines
660 B
Plaintext
33 lines
660 B
Plaintext
/*
|
|
All machine presets go in here
|
|
*/
|
|
|
|
// STATION CORE //
|
|
/obj/machinery/tcomms/core/station
|
|
network_id = "STATION-CORE"
|
|
|
|
// MINING RELAY //
|
|
/obj/machinery/tcomms/relay/mining
|
|
network_id = "MINING-RELAY"
|
|
autolink_id = "STATION-CORE"
|
|
|
|
// ENGINEERING RELAY //
|
|
/obj/machinery/tcomms/relay/engineering
|
|
network_id = "ENGINEERING-RELAY"
|
|
autolink_id = "STATION-CORE"
|
|
active = FALSE
|
|
|
|
// RUSKIE RELAY //
|
|
/obj/machinery/tcomms/relay/ruskie
|
|
network_id = "RUSKIE-RELAY"
|
|
autolink_id = "STATION-CORE"
|
|
active = FALSE
|
|
hidden_link = TRUE
|
|
|
|
// CC RELAY //
|
|
/obj/machinery/tcomms/relay/cc
|
|
network_id = "CENTCOMM-RELAY"
|
|
autolink_id = "STATION-CORE"
|
|
hidden_link = TRUE
|
|
|