From 89bb60ac162363d4a0512a8958ce171e4ea8141c Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Mon, 20 Jan 2020 16:12:40 -0500 Subject: [PATCH] Update parts.dm --- code/modules/cargo/exports/parts.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/cargo/exports/parts.dm b/code/modules/cargo/exports/parts.dm index e9c432a8aa..e4efaf0810 100644 --- a/code/modules/cargo/exports/parts.dm +++ b/code/modules/cargo/exports/parts.dm @@ -117,17 +117,17 @@ /datum/export/glasswork_spouty cost = 1200 unit_name = "flask with spout" - export_types = list(/obj/item/reagent_containers/glass/beaker/flaskspouty) + export_types = list(/obj/item/reagent_containers/glass/beaker/flask/spouty) include_subtypes = FALSE /datum/export/glasswork_smallflask cost = 600 unit_name = "small flask" - export_types = list(/obj/item/reagent_containers/glass/beaker/flask_small) + export_types = list(/obj/item/reagent_containers/glass/beaker/flask) include_subtypes = FALSE /datum/export/glasswork_largeflask cost = 1000 unit_name = "large flask" - export_types = list(/obj/item/reagent_containers/glass/beaker/flask_small/flask_large) + export_types = list(/obj/item/reagent_containers/glass/beaker/flask/large) include_subtypes = FALSE