From 1e9a6e024c4bca5fb0846666d58a723ffc7fb50f Mon Sep 17 00:00:00 2001 From: ShadowLarkens Date: Sat, 12 Jun 2021 20:07:41 -0700 Subject: [PATCH] Update doc --- code/modules/materials/materials/_materials.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/materials/materials/_materials.dm b/code/modules/materials/materials/_materials.dm index 9250a359209..890eab5722e 100644 --- a/code/modules/materials/materials/_materials.dm +++ b/code/modules/materials/materials/_materials.dm @@ -59,7 +59,7 @@ var/list/name_to_material * with people converting the entire stations material supply into alloys. * * Arguments: - * - flags: A set of flags determining how exactly the materials are broken down. (unused) + * - breakdown_flags: A set of flags determining how exactly the materials are broken down. (unused) */ /obj/proc/get_material_composition(breakdown_flags=NONE) . = list()