From 3ab70cbc268121bd16571df07eca67df4b7e2377 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sun, 3 Nov 2019 13:04:48 -0500 Subject: [PATCH] Update sheets.dm --- code/modules/cargo/exports/sheets.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/cargo/exports/sheets.dm b/code/modules/cargo/exports/sheets.dm index 2530bdf06e..d239f7b7e7 100644 --- a/code/modules/cargo/exports/sheets.dm +++ b/code/modules/cargo/exports/sheets.dm @@ -115,6 +115,8 @@ unit_name = "sheets" message = "of silk" export_types = list(/obj/item/stack/sheet/cloth/silk) + exclude_types = list(/obj/item/stack/sheet/cloth) //Reduntent but just in case + include_subtypes = FALSE /datum/export/stack/duracloth cost = 40 @@ -156,4 +158,4 @@ unit_name = "sheets" cost = 30 message = "of paperframes" - export_types = list(/obj/item/stack/sheet/paperframes) \ No newline at end of file + export_types = list(/obj/item/stack/sheet/paperframes)