Wiremod assoc_literal circuit component was missing from the lathe (#62818)

Was looking for a way to make a cache list when I noticed the assoc_literal component wasn't in the lathe
I rather cache a list of stuff than continuously run foreach/searchs on data from the ntnet or otherwise.
This commit is contained in:
WarlockD
2021-11-16 17:02:31 -06:00
committed by GitHub
parent d471106be1
commit b17f9ba018
2 changed files with 6 additions and 0 deletions
@@ -283,6 +283,11 @@
id = "comp_list_literal"
build_path = /obj/item/circuit_component/list_literal
/datum/design/component/list_assoc_literal
name = "Associative List Literal"
id = "comp_list_assoc_literal"
build_path = /obj/item/circuit_component/list_literal/assoc_literal
/datum/design/component/typecast
name = "Typecast Component"
id = "comp_typecast"
@@ -220,6 +220,7 @@
"comp_length",
"comp_light",
"comp_list_literal",
"comp_list_assoc_literal",
"comp_logic",
"comp_matscanner",
"comp_mmi",