From a1864adb4e4d4e41a04cf3cfd985d16caa87e49d Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Sat, 9 Jan 2021 00:46:38 +0100 Subject: [PATCH] Changing mat name to carpet Red used to be carpet, carpet rework changed it. IF anyone is willing to code search any non carpet carpets, be my guest and fix this mess, for now, this is a hotfix --- code/modules/materials/materials_ch.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"