Reagent Hoses

This commit is contained in:
Mechoid
2020-08-20 21:24:06 -04:00
committed by VirgoBot
parent c600245864
commit 496322f4f1
22 changed files with 871 additions and 7 deletions
@@ -139,6 +139,7 @@
recipes += new/datum/stack_recipe("lampshade", /obj/item/weapon/lampshade, 1, time = 1, pass_stack_color = TRUE)
recipes += new/datum/stack_recipe("plastic net", /obj/item/weapon/material/fishing_net, 25, time = 1 MINUTE, pass_stack_color = TRUE)
recipes += new/datum/stack_recipe("plastic fishtank", /obj/item/glass_jar/fish/plastic, 2, time = 30 SECONDS)
recipes += new/datum/stack_recipe("reagent tubing", /obj/item/stack/hose, 1, 4, 20, pass_stack_color = TRUE)
/material/wood/generate_recipes()
..()