Skip to content

Commit

Permalink
Merge pull request #4618 from MistakeNot4892/feature/pillars
Browse files Browse the repository at this point in the history
Added several wider pillars.
  • Loading branch information
out-of-phaze authored Dec 9, 2024
2 parents bc40151 + e6eb912 commit 315c7ce
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions code/game/objects/structures/pillar.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@

/obj/structure/pillar/triad
icon = 'icons/obj/structures/pillars/pillar_triad.dmi'

/obj/structure/pillar/wide
name = "wide pillar"
w_class = ITEM_SIZE_LARGE_STRUCTURE
icon = 'icons/obj/structures/pillars/pillar_wide_round.dmi'

/obj/structure/pillar/wide/square
icon = 'icons/obj/structures/pillars/pillar_wide_square.dmi'

/obj/structure/pillar/wide/inset
icon = 'icons/obj/structures/pillars/pillar_wide_inset.dmi'
13 changes: 13 additions & 0 deletions code/modules/crafting/stack_recipes/recipes_bricks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,19 @@
name = "pillar, round"
result_type = /obj/structure/pillar/round

/decl/stack_recipe/bricks/furniture/pillar/wide_round
name = "pillar, wide round"
result_type = /obj/structure/pillar/wide

/decl/stack_recipe/bricks/furniture/pillar/wide_square
name = "pillar, wide square"

result_type = /obj/structure/pillar/wide/square

/decl/stack_recipe/bricks/furniture/pillar/wide_inset
name = "pillar, wide inset"
result_type = /obj/structure/pillar/wide/inset

/decl/stack_recipe/bricks/furniture/pillar/pedestal
name = "pedestal, square"
result_type = /obj/structure/pedestal
Expand Down
Binary file added icons/obj/structures/pillars/pillar_wide_inset.dmi
Binary file not shown.
Binary file added icons/obj/structures/pillars/pillar_wide_round.dmi
Binary file not shown.
Binary file added icons/obj/structures/pillars/pillar_wide_square.dmi
Binary file not shown.

0 comments on commit 315c7ce

Please sign in to comment.