mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
20 lines
714 B
Plaintext
20 lines
714 B
Plaintext
/datum/design/circuit/exosuit_upgrade
|
|
p_category = "Exosuit Hardware Upgrades"
|
|
|
|
/datum/design/circuit/exosuit_upgrade/AssembleDesignDesc()
|
|
desc = "Complex circuitry which unlock certain exosuit faculties."
|
|
|
|
/datum/design/circuit/exosuit_upgrade/remote
|
|
name = "Standard Remote Control"
|
|
req_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 4, TECH_MATERIAL = 4)
|
|
build_path = /obj/item/remote_mecha
|
|
|
|
/datum/design/circuit/exosuit_upgrade/remote/penal
|
|
name = "Penal Remote Control"
|
|
build_path = /obj/item/remote_mecha/penal
|
|
|
|
/datum/design/circuit/exosuit_upgrade/remote/ai
|
|
name = "AI Remote Control"
|
|
req_tech = list(TECH_DATA = 5, TECH_ENGINEERING = 4, TECH_MATERIAL = 4)
|
|
build_path = /obj/item/remote_mecha/ai
|