From ba20618bd0ba40e3528bc51459e4496f67aed64f Mon Sep 17 00:00:00 2001 From: kappa-sama <44128284+kappa-sama@users.noreply.github.com> Date: Wed, 8 Jan 2020 10:00:33 -0500 Subject: [PATCH] this file does literally nothing --- modular_citadel/code/datums/components/material_container.dm | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 modular_citadel/code/datums/components/material_container.dm diff --git a/modular_citadel/code/datums/components/material_container.dm b/modular_citadel/code/datums/components/material_container.dm deleted file mode 100644 index a7c50e37c5..0000000000 --- a/modular_citadel/code/datums/components/material_container.dm +++ /dev/null @@ -1,4 +0,0 @@ -/datum/material/plastic - name = "Plastic" - id = MAT_PLASTIC - sheet_type = /obj/item/stack/sheet/plastic \ No newline at end of file