Skip to content

Commit

Permalink
Add flipped doublebed
Browse files Browse the repository at this point in the history
  • Loading branch information
Essiuun committed Aug 19, 2024
1 parent 3ecc9b0 commit edd59bd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/objects/structures/bedsheet_bin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ LINEN BINS
icon_state = "doublesheetcaptain"
item_state = "sheetcaptain"

/obj/item/bedsheet/capdoubleflipped
icon_state = "doublesheetcaptainflipped"
item_state = "sheetcaptain"

/obj/item/bedsheet/rddouble
icon_state = "doublesheetrd"
item_state = "sheetrd"
Expand Down
9 changes: 9 additions & 0 deletions code/game/objects/structures/stool_bed_chair_nest/bed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,12 @@

/obj/structure/bed/alien/attackby(obj/item/W, mob/user)
return // No deconning.

/obj/structure/bed/flipped
buckle_dir = NORTH

/obj/structure/bed/flipped/double

name = "double bed"
desc = "This is used to lie in, sleep in or strap on. It's been flipped 180 degrees. Flippin' amazing!"
icon_state = "doublebed_flipped"
Binary file modified icons/obj/furniture.dmi
Binary file not shown.
Binary file modified icons/obj/items.dmi
Binary file not shown.

0 comments on commit edd59bd

Please sign in to comment.