This commit is contained in:
CRUNCH
2025-10-07 17:44:00 +00:00
committed by GitHub
parent ed3cf07364
commit 3a201061f2
3 changed files with 7 additions and 0 deletions
@@ -265,6 +265,7 @@ GLOBAL_LIST_INIT(wood_recipes, list(
new /datum/stack_recipe("wooden airlock assembly", /obj/structure/door_assembly/door_assembly_wood, 4, time = 5 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
new /datum/stack_recipe("coffin", /obj/structure/closet/coffin, 5, time = 1.5 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
new /datum/stack_recipe("torch sconce", /obj/structure/lightable/torch, 5, time = 3 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
new /datum/stack_recipe("wooden storage shelf", /obj/structure/shelf/wood, 5, time = 2.5 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
)),
new /datum/stack_recipe_list("pews", list(
new /datum/stack_recipe("pew (middle)", /obj/structure/chair/sofa/pew, 5, one_per_turf = TRUE, on_floor = TRUE),
+6
View File
@@ -118,6 +118,12 @@ GLOBAL_LIST_INIT(shelf_colors, list("basic", "sci", "sup", "serv", "med", "sec",
shelf_style = "clockwork"
build_stack_type = /obj/item/stack/tile/brass
/obj/structure/shelf/wood
name = "wooden shelf"
icon_state = "shelf_wood"
shelf_style = "wood"
build_stack_type = /obj/item/stack/sheet/wood
/obj/structure/gunrack
name = "gun rack"
desc = "A rack for stowing firearms."