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
@@ -23,7 +23,7 @@
/obj/structure/spawner/lavaland/legion
mob_types = list(/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril)
GLOBAL_LIST_INIT(tendrils, list())
GLOBAL_LIST_EMPTY(tendrils)
/obj/structure/spawner/lavaland/Initialize(mapload)
. = ..()