Skip to content

Commit

Permalink
ROLEPLAY BEDS ARE CRAFTABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
Zytolg committed Oct 1, 2023
1 parent 1fe7a03 commit 0c47c0d
Show file tree
Hide file tree
Showing 4 changed files 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 @@ -18,6 +18,7 @@ GLOBAL_LIST_INIT(metal_recipes, list ( \
new/datum/stack_recipe("stool", /obj/structure/chair/stool, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("bar stool", /obj/structure/chair/stool/bar, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("bed", /obj/structure/bed, 2, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("double bed", /obj/structure/bed/double, 4, one_per_turf = TRUE, on_floor = TRUE), \
null, \
new/datum/stack_recipe_list("office chairs", list( \
new/datum/stack_recipe("gray office chair", /obj/structure/chair/office, 5, one_per_turf = TRUE, on_floor = TRUE), \
Expand Down
Binary file modified icons/obj/bedsheets.dmi
Binary file not shown.
Binary file modified icons/obj/lavaland/survival_pod.dmi
Binary file not shown.
Binary file modified icons/obj/objects.dmi
Binary file not shown.

0 comments on commit 0c47c0d

Please sign in to comment.