Files
CHOMPStation2/code/modules/research/designs/circuits/circuits_yw.dm

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"