[MIRROR] Staticpath [MDB ignore] (#12445)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-23 00:33:43 +01:00
committed by GitHub
co-authored by Kashargul
parent cc106f8032
commit ba5224fbcb
437 changed files with 5869 additions and 5220 deletions
@@ -36,11 +36,13 @@
// Data limits.
#define IC_MAX_LIST_LENGTH 200
GLOBAL_LIST_EMPTY(all_integrated_circuits)
GLOBAL_LIST_INIT(all_integrated_circuits, initialize_integrated_circuits_list())
/proc/initialize_integrated_circuits_list()
var/list/circuit_list = list()
for(var/thing in typesof(/obj/item/integrated_circuit))
GLOB.all_integrated_circuits += new thing()
circuit_list += new thing()
return circuit_list
/obj/item/integrated_circuit
name = "integrated circuit"