From bcd709e5f7e8e12510e6b1fd5ce0439e30475239 Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Fri, 27 Mar 2020 20:48:29 -0400 Subject: [PATCH] Update recipes.dm --- code/datums/components/crafting/recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/crafting/recipes.dm b/code/datums/components/crafting/recipes.dm index 5f1b0f92d95a..331955be5a38 100644 --- a/code/datums/components/crafting/recipes.dm +++ b/code/datums/components/crafting/recipes.dm @@ -495,7 +495,7 @@ /datum/crafting_recipe/toilet // best moment of my life - Hopek 2020 name = "Toilet" - reqs = list(/obj/item/stack/sheet/metal = 5 , /obj/structure/mopbucket = 1) + reqs = list(/obj/item/stack/sheet/metal = 5, /obj/item/reagent_containers/glass/bucket = 1) result = /obj/structure/toilet category = CAT_MISC