From ea4f8e747900f61a7ced414d77b9812ffcf0ca2e Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 15 Feb 2024 15:18:23 +0100 Subject: [PATCH] zgqfhghqerhg --- code/modules/clothing/suits/marine_armor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/marine_armor.dm b/code/modules/clothing/suits/marine_armor.dm index e0c9529345ac..be4eeeeff224 100644 --- a/code/modules/clothing/suits/marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor.dm @@ -1912,7 +1912,7 @@ GLOBAL_LIST_INIT(armor_paints_heavy, list("padded" = "H1", "padless" = "H2", "pa ..() modes_light = new() - for(var/C in GLOB.armor_paints) + for(var/C in GLOB.armor_paints_light) modes_light += "[C]" mode = pick(modes_light)