Update recipes.dm

This commit is contained in:
Trilbyspaceclone
2019-01-11 18:23:31 -05:00
committed by GitHub
parent 1e425c7e40
commit ba3826af5d
+9 -1
View File
@@ -694,10 +694,18 @@
/obj/item/reagent_containers/food/snacks/grown/potato = 1)
category = CAT_MISC
/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!
reqs = list(/obj/item/pen/fountain = 1,
/obj/item/paper/fluff/jobs/cargo/manifest/paperwork = 2)
category = CAT_MISC
/datum/crafting_recipe/ghettojetpack
name = "Improvised Jetpack"
result = /obj/item/tank/jetpack/improvised
time = 30
reqs = list(/obj/item/tank/internals/oxygen/red = 2, /obj/item/extinguisher = 1, /obj/item/pipe = 3, /obj/item/stack/cable_coil = 30)//red oxygen tank so it looks right
category = CAT_MISC
tools = list(TOOL_WRENCH, TOOL_WELDER, TOOL_WIRECUTTER)
tools = list(TOOL_WRENCH, TOOL_WELDER, TOOL_WIRECUTTER)