mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user