From d7ae57d7b5b3cec938ed53d26cdd321b504f6dbf Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Fri, 27 Aug 2021 20:18:46 -0400 Subject: [PATCH] powder that makes you say yes --- code/modules/materials/materials/organic/cloth_ch.dm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/code/modules/materials/materials/organic/cloth_ch.dm b/code/modules/materials/materials/organic/cloth_ch.dm index e17d01c2d0..57a45cc53d 100644 --- a/code/modules/materials/materials/organic/cloth_ch.dm +++ b/code/modules/materials/materials/organic/cloth_ch.dm @@ -13,18 +13,7 @@ //CARPET materials /datum/material/carpet - name = MAT_CARPET - display_name = "comfy" - use_name = "upholstery" - icon_colour = "#DB2626" - flags = MATERIAL_PADDING stack_type = /obj/item/stack/tile/carpet - ignition_point = T0C+232 - melting_point = T0C+300 - sheet_singular_name = "tile" - sheet_plural_name = "tiles" - protectiveness = 1 // 4% - conductive = 0 /datum/material/carpet/teal name = MAT_CARPET_TEAL