mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
16 lines
545 B
Plaintext
16 lines
545 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/circuitboard/teleporter_hub
|
|
sort_string = "HAAAA"
|
|
department = LATHE_ALL | LATHE_SCIENCE // CHOMPAdd
|
|
|
|
/datum/design/circuit/teleporter_station
|
|
name = "teleporter station"
|
|
id = "teleporter_station"
|
|
req_tech = list(TECH_DATA = 3, TECH_BLUESPACE = 2)
|
|
build_path = /obj/item/circuitboard/teleporter_station
|
|
sort_string = "HAAAA"
|
|
department = LATHE_ALL | LATHE_SCIENCE // CHOMPAdd
|