Two as anything greps (and some other cleanup) (#92974)

This commit is contained in:
MrMelbert
2025-09-20 13:44:28 -04:00
committed by GitHub
parent ae3274238c
commit 750ca9d2ec
86 changed files with 128 additions and 127 deletions
@@ -351,7 +351,7 @@
. = ..()
var/static/list/meta_data = list()
if(length(meta_data) == 0)
for(var/typepath as anything in GLOB.meta_gas_info)
for(var/typepath in GLOB.meta_gas_info)
meta_data += GLOB.meta_gas_info[typepath][META_GAS_ID]
. += create_table_notices(meta_data, column_name = "Gas", column_name_plural = "Gases")