From 97dbd6ae7fb6472edde71545dd472b311af2e219 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Tue, 7 Apr 2020 18:38:53 -0400 Subject: [PATCH] Update parts.dm --- code/modules/cargo/exports/parts.dm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/code/modules/cargo/exports/parts.dm b/code/modules/cargo/exports/parts.dm index d31b788e01..660d79cae4 100644 --- a/code/modules/cargo/exports/parts.dm +++ b/code/modules/cargo/exports/parts.dm @@ -138,6 +138,12 @@ export_types = list(/obj/item/tea_plate) include_subtypes = FALSE +/datum/export/glasswork_teacup + cost = 1800 + unit_name = "tea gear" + export_types = list(/obj/item/tea_cup) + include_subtypes = FALSE + /datum/export/glasswork_laserpointer cost = 2600 unit_name = "hand made laserpointer" @@ -148,4 +154,4 @@ cost = 5000 unit_name = "hand made glasses" export_types = list(/obj/item/glasswork/glasses) - include_subtypes = FALSE \ No newline at end of file + include_subtypes = FALSE