ghommie said

This commit is contained in:
TrilbySpaceClone
2020-01-07 03:10:22 -05:00
parent f7aa4f3050
commit 6a2696f1f8
3 changed files with 9 additions and 9 deletions
+5 -1
View File
@@ -107,6 +107,7 @@
cost = 300
unit_name = "small glass dish"
export_types = list(/obj/item/reagent_containers/glass/beaker/glass_dish)
include_subtypes = FALSE
/datum/export/glasswork_lens
cost = 1800
@@ -117,13 +118,16 @@
cost = 1200
unit_name = "flask with spout"
export_types = list(/obj/item/reagent_containers/glass/beaker/flaskspouty)
include_subtypes = FALSE
/datum/export/glasswork_smallflask
cost = 600
unit_name = "small flask"
export_types = list(/obj/item/reagent_containers/glass/beaker/flask_small)
include_subtypes = FALSE
/datum/export/glasswork_largeflask
cost = 1000
unit_name = "large flask"
export_types = list(/obj/item/reagent_containers/glass/beaker/flask_large)
export_types = list(/obj/item/reagent_containers/glass/beaker/flask_small/flask_large)
include_subtypes = FALSE