Skip to content

Commit

Permalink
Merge pull request #4604 from MistakeNot4892/feature/lounge
Browse files Browse the repository at this point in the history
Adding a lounge.
  • Loading branch information
out-of-phaze authored Dec 6, 2024
2 parents 85b9c56 + 71a5a78 commit 47e8d2b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
18 changes: 17 additions & 1 deletion code/game/objects/structures/stool_bed_chair_nest_sofa/pew.dm
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,20 @@

/obj/structure/bed/chair/bench/pew/ebony
color = /decl/material/solid/organic/wood/ebony::color
material = /decl/material/solid/organic/wood/ebony
material = /decl/material/solid/organic/wood/ebony

/obj/structure/bed/chair/bench/lounge
name = "lounge"
desc = "An elegant lounge, perfect for reclining on."
icon = 'icons/obj/structures/lounge.dmi'
icon_state = "lounge_standing"
base_icon = "lounge"

/obj/structure/bed/chair/bench/lounge/get_material_icon()
return icon

/obj/structure/bed/chair/bench/lounge/mapped
color = /decl/material/solid/organic/wood/mahogany::color
material = /decl/material/solid/organic/wood/mahogany
reinf_material = /decl/material/solid/organic/cloth
padding_color = COLOR_RED_GRAY
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
/decl/stack_recipe/hardness/integrity/furniture/bench/pew/single
result_type = /obj/structure/bed/chair/bench/pew/single

/decl/stack_recipe/hardness/integrity/furniture/bench/lounge
result_type = /obj/structure/bed/chair/bench/lounge
difficulty = MAT_VALUE_VERY_HARD_DIY

/decl/stack_recipe/hardness/integrity/furniture/closet
result_type = /obj/structure/closet

Expand Down
Binary file modified icons/obj/structures/benches.dmi
Binary file not shown.
Binary file added icons/obj/structures/lounge.dmi
Binary file not shown.

0 comments on commit 47e8d2b

Please sign in to comment.