mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Initing empty lists with GLOBAL_LIST_INIT(X, list()) is now prohibited by CI (#23247)
* moreglobals * comment
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user