Initing empty lists with GLOBAL_LIST_INIT(X, list()) is now prohibited by CI (#23247)

* moreglobals

* comment
This commit is contained in:
Contrabang
2023-11-29 12:41:01 -05:00
committed by GitHub
parent a4c0c2f40d
commit b6601ebd29
10 changed files with 75 additions and 66 deletions
@@ -18,7 +18,7 @@ field_generator power level display
#define FG_CHARGING 1
#define FG_ONLINE 2
GLOBAL_LIST_INIT(field_generator_fields, list())
GLOBAL_LIST_EMPTY(field_generator_fields)
/obj/machinery/field/generator
name = "Field Generator"