diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 533a64b0e8..750b172286 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -698,7 +698,7 @@ name = "Filed Paper Work" result = /obj/item/paper/fluff/jobs/cargo/manifest/paperwork_correct time = 90 //Takes time for people to file and complete paper work! - reqs = list(/obj/item/pen/fountain = 1, + reqs = list(/obj/item/pen = 1, /obj/item/paper/fluff/jobs/cargo/manifest/paperwork = 2) category = CAT_MISC