mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
RnD Rearrangement (#8494)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/datum/design/circuit/electronics
|
||||
design_order = 4
|
||||
|
||||
/datum/design/circuit/electronics/AssembleDesignName()
|
||||
..()
|
||||
name = "Electronics Design ([item_name])"
|
||||
|
||||
/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
|
||||
Reference in New Issue
Block a user