Skip to content

Commit

Permalink
Add wallsto domestic palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
Milopetilo committed Nov 3, 2024
1 parent 038dbc3 commit 377e444
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion data/json/mapgen_palettes/building.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
[ "t_rock_wall", 3 ],
[ "t_wall_wood", 3 ],
[ "t_concrete_wall", 4 ],
[ "t_adobe_brick_wall", 1 ]
[ "t_adobe_brick_wall", 1 ],
[ "t_strconc_wall", 4 ],
[ "t_sconc_wall", 4 ]
]
}
}
Expand Down
4 changes: 3 additions & 1 deletion data/json/mapgen_palettes/house_general_abandoned.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
[ "t_rock_wall", 3 ],
[ "t_wall_wood", 3 ],
[ "t_concrete_wall", 4 ],
[ "t_adobe_brick_wall", 1 ]
[ "t_adobe_brick_wall", 1 ],
[ "t_strconc_wall", 4 ],
[ "t_sconc_wall", 4 ]
]
}
},
Expand Down
4 changes: 3 additions & 1 deletion data/json/mapgen_palettes/house_general_palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@
[ "t_rock_wall", 3 ],
[ "t_wall_wood", 3 ],
[ "t_concrete_wall", 4 ],
[ "t_adobe_brick_wall", 1 ]
[ "t_adobe_brick_wall", 1 ],
[ "t_strconc_wall", 4 ],
[ "t_sconc_wall", 4 ]
]
}
},
Expand Down

0 comments on commit 377e444

Please sign in to comment.