mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-30 07:06:31 +01:00
non standard circuit support (#6614)
This commit is contained in:
@@ -48,6 +48,11 @@ PROCESSING_SUBSYSTEM_DEF(circuit)
|
||||
all_assemblies[name] = path
|
||||
cached_assemblies[A] = new path
|
||||
|
||||
for(var/path in NON_STANDARD_CIRCUIT_LIST)
|
||||
var/obj/item/A = path
|
||||
var/name = initial(A.name)
|
||||
all_assemblies[name] = path
|
||||
cached_assemblies[A] = new path
|
||||
|
||||
circuit_fabricator_recipe_list["Assemblies"] = list(
|
||||
/obj/item/electronic_assembly/tiny/default,
|
||||
|
||||
Reference in New Issue
Block a user