Skip to content

Commit

Permalink
Fixed odd mapgen in house basement (cataclysmbnteam#3344)
Browse files Browse the repository at this point in the history
* Fixed mapgen of house basement and mansion roof

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
Vollch and autofix-ci[bot] authored Oct 2, 2023
1 parent 4dd3a12 commit 8b4336b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions data/json/mapgen/house/house_modern_lx.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,14 @@
"2": {
"chunks": [
[ "null", 50 ],
[ "room_6x6_brewer_N", 10 ],
[ "room_6x6_junk", 30 ],
[ "room_6x6_office_N", 30 ],
[ "room_6x6_brewer_E", 10 ],
[ "room_6x6_junk_E", 30 ],
[ "room_6x6_office_E", 30 ],
[ "6x6_sewing_open", 20 ],
[ "6x6_electronics_open", 10 ],
[ "room_6x6_brewer_W", 10 ],
[ "room_6x6_junk_W", 30 ],
[ "room_6x6_office_W", 30 ]
[ "room_6x6_brewer_S", 10 ],
[ "room_6x6_junk_S", 30 ],
[ "room_6x6_office_S", 30 ]
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion data/json/mapgen/mansion_roof.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
" |2222223 ",
" |......3 ",
" ||......322222222",
" |.................3",
" |||...............3",
" |..ooo............3",
" |..ooo............3",
" |..ooo............3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,3 @@ contains alternative sprites for:
- `CANINE_EARS`
- `TAIL_FLUFFY`
- `TAIL_STUB`

0 comments on commit 8b4336b

Please sign in to comment.