Skip to content

Commit

Permalink
Bed Updates (#2389)
Browse files Browse the repository at this point in the history
## About The Pull Request

**Makes ~~roleplay~~ double beds craftable
All beds and bedsheets now have E/W Dirs**
![Buildable Doublebeds and DirBeds supported
too](https://github.com/shiptest-ss13/Shiptest/assets/33048583/2c3bb916-6996-4eb0-9d08-31319824d6fb)

## Why It's Good For The Game

Consistency. Double beds and doublebedsheets had dirs but this hadn't
been carried over to single beds and bedsheets. I was then asked by one
of our lovely spritainers whom I don't know the gitID of to make Double
Beds craftable.

## Changelog

:cl:
imageadd: All forms and beds and bedsheets now have directional sprites.
code: Made Double Beds craftable at the request of Rylie. Have fun with
that.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Zytolg authored Oct 6, 2023
1 parent 20c29e4 commit ab37911
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 ab37911

Please sign in to comment.