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