mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
/datum/design/circuit/teleporter_hub
|
|
name = "teleporter hub"
|
|
id = "teleporter_hub"
|
|
req_tech = list(TECH_DATA = 3, TECH_BLUESPACE = 2)
|
|
build_path = /obj/item/weapon/circuitboard/teleporter_hub
|
|
sort_string = "HAAAA"
|
|
|
|
/datum/design/circuit/teleporter_station
|
|
name = "teleporter station"
|
|
id = "teleporter_station"
|
|
req_tech = list(TECH_DATA = 3, TECH_BLUESPACE = 2)
|
|
build_path = /obj/item/weapon/circuitboard/teleporter_station
|
|
sort_string = "HAAAA" |