Skip to content

Commit

Permalink
[MIRROR] Constructable Filing Cabinets (tgstation#886)
Browse files Browse the repository at this point in the history
* Constructable Filing Cabinets (tgstation#61746)

* Constructable Filing Cabinets

Co-authored-by: 567Turtle <91508746+567Turtle@users.noreply.github.com>
  • Loading branch information
ms-mirror-bot and 567Turtle committed Oct 1, 2021
1 parent 88d2393 commit f903429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/stacks/sheets/sheet_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ GLOBAL_LIST_INIT(metal_recipes, list ( \
new/datum/stack_recipe("button frame", /obj/item/wallframe/button, 1), \
null, \
new/datum/stack_recipe("iron door", /obj/structure/mineral_door/iron, 20, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("filing cabinet", /obj/structure/filingcabinet, 2, time = 10 SECONDS, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("floodlight frame", /obj/structure/floodlight_frame, 5, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("voting box", /obj/structure/votebox, 15, time = 50), \
new/datum/stack_recipe("pestle", /obj/item/pestle, 1, time = 50), \
Expand Down

0 comments on commit f903429

Please sign in to comment.