Skip to content

Commit

Permalink
Chimneys are wall decorations
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Oct 9, 2024
1 parent d4fe780 commit bbba1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions housing/utility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ function M.checkIfItemIsWallDeco(itemId)
if item.category == "Paintings"
or item.category == "Flags and crests"
or item.category == "Wall Decorations"
or item.category == "Chimneys"
then return true
end
end
Expand Down

0 comments on commit bbba1e0

Please sign in to comment.