Merge pull request #8549 from Trilbyspaceclone/patch-168

Fixes a unseen paper work exsplote
This commit is contained in:
kevinz000
2019-06-08 01:23:31 -07:00
committed by GitHub
4 changed files with 20 additions and 18 deletions
+3 -3
View File
@@ -754,10 +754,10 @@
/datum/crafting_recipe/paperwork
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!
result = /obj/item/folder/paperwork_correct
time = 60 //Takes time for people to file and complete paper work!
reqs = list(/obj/item/pen = 1,
/obj/item/paper/fluff/jobs/cargo/manifest/paperwork = 2)
/obj/item/folder/paperwork = 2)
category = CAT_MISC
/datum/crafting_recipe/ghettojetpack