Skip to content

Commit

Permalink
fix: bungalow13, 25, 27 (#4173)
Browse files Browse the repository at this point in the history
* Fix bungalow13

* Fix bungalow25

* Fix bungalow27
  • Loading branch information
0Monet authored Jan 28, 2024
1 parent cfbd5a2 commit ea5cb28
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
14 changes: 7 additions & 7 deletions data/json/mapgen/house/bungalow13.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
],
"terrain": {
"_": "t_linoleum_gray",
":": "t_concrete",
"g": "t_concrete",
"w": "t_concrete",
"q": "t_concrete",
"Z": "t_concrete",
"W": "t_concrete",
"U": "t_concrete",
":": "t_thconc_floor",
"g": "t_thconc_floor",
"w": "t_thconc_floor",
"q": "t_thconc_floor",
"Z": "t_thconc_floor",
"W": "t_thconc_floor",
"U": "t_thconc_floor",
"~": "t_carpet_red",
"?": "t_carpet_yellow",
"j": "t_carpet_red"
Expand Down
6 changes: 4 additions & 2 deletions data/json/mapgen/house/bungalow25.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"fill_ter": "t_floor",
"rows": [
".?---------p............",
".?~~~~~~~~~p............",
".#{{{{{##*o###%%^##o##..",
".#-----|$ L|q#%%##8_t#..",
".#-----|R b|+#oo#Q__So%.",
Expand Down Expand Up @@ -42,8 +42,10 @@
"#": "t_wall_b",
"_": "t_linoleum_gray",
"A": "t_linoleum_gray",
"-": "t_concrete",
"-": "t_thconc_floor",
"~": "t_concrete",
",": "t_floor_noroof",
"=": "t_floor_noroof",
"0": [ [ "t_shrub", 2 ], "t_shrub_strawberry", "t_shrub_blueberry" ],
"(": "t_railing_v",
"{": "t_door_metal_locked",
Expand Down
4 changes: 2 additions & 2 deletions data/json/mapgen/house/bungalow27.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"terrain": {
"(": "t_wall_wood",
"_": "t_linoleum_gray",
"/": "t_concrete",
"U": "t_concrete",
"/": "t_thconc_floor",
"U": "t_thconc_floor",
",": "t_carpet_purple",
"s": "t_carpet_purple",
"H": "t_carpet_purple",
Expand Down

0 comments on commit ea5cb28

Please sign in to comment.