From f6a46a6769c74de0cd28a2e0763584755c13bd38 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sat, 29 Jun 2019 17:07:16 +1000 Subject: [PATCH] Makes lead icon display stack --- code/modules/materials/material_sheets.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/materials/material_sheets.dm b/code/modules/materials/material_sheets.dm index 1fbecaec7e..4ca50889ea 100644 --- a/code/modules/materials/material_sheets.dm +++ b/code/modules/materials/material_sheets.dm @@ -99,7 +99,7 @@ icon_state = "sheet-adamantine" default_type = "lead" apply_colour = 1 - no_variants = TRUE + no_variants = FALSE /obj/item/stack/material/sandstone name = "sandstone brick"