mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-15 18:06:48 +01:00
c25c8b6a37
* one * two * three * fsdsdf
9 lines
321 B
Plaintext
9 lines
321 B
Plaintext
/datum/design/circuit/electronics
|
|
p_category = "Electronics Designs"
|
|
|
|
/datum/design/circuit/electronics/secure_airlock
|
|
name = "Secure Airlock Electronics"
|
|
desc = "Allows for the construction of a tamper-resistant airlock electronics."
|
|
req_tech = list(TECH_DATA = 3)
|
|
build_path = /obj/item/airlock_electronics/secure
|