mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 04:32:42 +00:00
Adds design for locomotion circuit.
This commit is contained in:
@@ -1778,6 +1778,13 @@ CIRCUITS BELOW
|
|||||||
sort_string = "WAAGB"
|
sort_string = "WAAGB"
|
||||||
req_tech = list(TECH_ENGINEERING = 3, TECH_DATA = 3, TECH_BIOMED = 4)
|
req_tech = list(TECH_ENGINEERING = 3, TECH_DATA = 3, TECH_BIOMED = 4)
|
||||||
|
|
||||||
|
/datum/design/circuit/integrated_circuit/manipulation/locomotion
|
||||||
|
name = "locomotion"
|
||||||
|
id = "cc-locomotion"
|
||||||
|
build_path = /obj/item/integrated_circuit/manipulation/locomotion
|
||||||
|
sort_string = "WAAGB"
|
||||||
|
req_tech = list(TECH_ENGINEERING = 3, TECH_DATA = 3)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/datum/design/circuit/integrated_circuit/memory/AssembleDesignName()
|
/datum/design/circuit/integrated_circuit/memory/AssembleDesignName()
|
||||||
|
|||||||
Reference in New Issue
Block a user