From 8edbb504c00fe861b7004ec89f70f2290dc8206b Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 9 Jan 2020 21:16:18 -0500 Subject: [PATCH] Update autobotter_designs.dm --- code/modules/research/designs/autobotter_designs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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