Merge pull request #6789 from uraniummeltdown/playball

Baseball Bats, Baseball Burgers
This commit is contained in:
Fox McCloud
2017-03-21 14:38:03 -04:00
committed by GitHub
12 changed files with 90 additions and 2 deletions
@@ -159,7 +159,8 @@ var/global/list/datum/stack_recipe/wood_recipes = list(
new /datum/stack_recipe("easel", /obj/structure/easel, 3, one_per_turf = 1, on_floor = 1),
new /datum/stack_recipe("wooden buckler", /obj/item/weapon/shield/riot/buckler, 20, time = 40),
new /datum/stack_recipe("apiary", /obj/structure/beebox, 40, time = 50),
new /datum/stack_recipe("honey frame", /obj/item/honey_frame, 5, time = 10)
new /datum/stack_recipe("honey frame", /obj/item/honey_frame, 5, time = 10),
new /datum/stack_recipe("baseball bat", /obj/item/weapon/melee/baseball_bat, 5, time = 15)
)
/obj/item/stack/sheet/wood