Merge pull request #3806 from ghost/woodbuck

Adds wooden buckets, craftable with botany.
This commit is contained in:
Anewbe
2017-09-22 12:20:29 -05:00
committed by GitHub
7 changed files with 76 additions and 0 deletions
@@ -133,6 +133,7 @@
recipes += new/datum/stack_recipe("beehive frame", /obj/item/honey_frame, 1)
recipes += new/datum/stack_recipe("book shelf", /obj/structure/bookcase, 5, time = 15, one_per_turf = 1, on_floor = 1)
recipes += new/datum/stack_recipe("noticeboard frame", /obj/item/frame/noticeboard, 4, time = 5, one_per_turf = 0, on_floor = 1)
recipes += new/datum/stack_recipe("wooden bucket", /obj/item/weapon/reagent_containers/glass/bucket/wood, 2, time = 4, one_per_turf = 0, on_floor = 0)
/material/cardboard/generate_recipes()
..()