Beekeeping: spans, sprites, wood recipes, fixes

This commit is contained in:
Kelenius
2015-07-08 12:54:00 +03:00
parent 33a6cac0e1
commit 876dde550a
3 changed files with 82 additions and 27 deletions
@@ -104,6 +104,8 @@
recipes += new/datum/stack_recipe("wooden chair", /obj/structure/bed/chair/wood, 3, time = 10, one_per_turf = 1, on_floor = 1)
recipes += new/datum/stack_recipe("crossbow frame", /obj/item/weapon/crossbowframe, 5, time = 25, one_per_turf = 0, on_floor = 0)
recipes += new/datum/stack_recipe("coffin", /obj/structure/closet/coffin, 5, time = 15, one_per_turf = 1, on_floor = 1)
recipes += new/datum/stack_recipe("beehive assembly", /obj/item/beehive_assembly, 4)
recipes += new/datum/stack_recipe("beehive frame", /obj/item/honey_frame, 1)
/material/cardboard/generate_recipes()
..()