diff --git a/code/modules/materials/materials_ch.dm b/code/modules/materials/materials_ch.dm index 13b03c336f..aa583c9f53 100644 --- a/code/modules/materials/materials_ch.dm +++ b/code/modules/materials/materials_ch.dm @@ -1,6 +1,6 @@ //Red Color Fix /datum/material/cloth_red - name = "red" + name = "carpet" //This is the easiest fix but god do i hate it -shark display_name = "red" use_name = "red cloth" icon_colour = "#DA020A"