mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Two as anything greps (and some other cleanup) (#92974)
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user