-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathtelecomms_designs.dm
52 lines (44 loc) · 2.01 KB
/
telecomms_designs.dm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
///////////////////////////////////
/////Subspace Telecomms////////////
///////////////////////////////////
/datum/design/board/subspace_receiver
name = "Machine Board (Subspace Receiver)"
desc = "Allows for the construction of Subspace Receiver equipment."
id = "s-receiver"
build_path = /obj/item/circuitboard/machine/telecomms/receiver
/datum/design/board/telecomms_bus
name = "Machine Board (Bus Mainframe)"
desc = "Allows for the construction of Telecommunications Bus Mainframes."
id = "s-bus"
build_path = /obj/item/circuitboard/machine/telecomms/bus
/datum/design/board/telecomms_hub
name = "Machine Board (Hub Mainframe)"
desc = "Allows for the construction of Telecommunications Hub Mainframes."
id = "s-hub"
build_path = /obj/item/circuitboard/machine/telecomms/hub
/datum/design/board/telecomms_relay
name = "Machine Board (Relay Mainframe)"
desc = "Allows for the construction of Telecommunications Relay Mainframes."
id = "s-relay"
build_path = /obj/item/circuitboard/machine/telecomms/relay
/datum/design/board/telecomms_processor
name = "Machine Board (Processor Unit)"
desc = "Allows for the construction of Telecommunications Processor equipment."
id = "s-processor"
build_path = /obj/item/circuitboard/machine/telecomms/processor
/datum/design/board/telecomms_server
name = "Machine Board (Server Mainframe)"
desc = "Allows for the construction of Telecommunications Servers."
id = "s-server"
build_path = /obj/item/circuitboard/machine/telecomms/server
/datum/design/board/telecomms_messaging
name = "Machine Board (Messaging Server)"
desc = "Allows for the construction of Telecommunications Messaging Servers."
id = "s-messaging"
build_path = /obj/item/circuitboard/machine/telecomms/message_server
mapload_design_flags = DESIGN_FAB_ENGINEERING
/datum/design/board/subspace_broadcaster
name = "Machine Board (Subspace Broadcaster)"
desc = "Allows for the construction of Subspace Broadcasting equipment."
id = "s-broadcaster"
build_path = /obj/item/circuitboard/machine/telecomms/broadcaster