diff --git a/code/modules/research/designs/autobotter_designs.dm b/code/modules/research/designs/autobotter_designs.dm index f7b8a1f5c5..a77266b1cc 100644 --- a/code/modules/research/designs/autobotter_designs.dm +++ b/code/modules/research/designs/autobotter_designs.dm @@ -229,7 +229,7 @@ desc = "Allows for the blowing, and bottling of Cider bottles." id = "hcider_export" reagents_list = list(/datum/reagent/consumable/ethanol/hcider = 15, /datum/reagent/water = 20) - build_path = /obj/item/export/bottle/hcider + build_path = /obj/item/export/bottle/hcider /datum/design/bottle/export/cognac name = "Export Design (Cognac)" @@ -332,4 +332,4 @@ id = "greenroad" reagents_list = list(/datum/reagent/consumable/vitfro = 50, /datum/reagent/consumable/ethanol/rum = 30, /datum/reagent/ash = 10) category = list("Beers") - build_path = /obj/item/export/bottle/greenroad \ No newline at end of file + build_path = /obj/item/export/bottle/greenroad