Skip to content

Commit

Permalink
fix: replace t_concrete by t_thconc_floor inside the house 2story…
Browse files Browse the repository at this point in the history
…modern05 (#5341)

Change t_concrete into t_thconc_floor
  • Loading branch information
0Monet authored Sep 11, 2024
1 parent 1741a7f commit 1da0a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/mapgen/house/2storymodern05.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
"terrain": {
"#": "t_concrete_wall",
"_": "t_linoleum_gray",
"q": "t_concrete",
"U": "t_concrete",
"q": "t_thconc_floor",
"U": "t_thconc_floor",
"`": "t_carpet_red",
"/": "t_door_metal_pickable",
"~": "t_concrete",
"~": "t_thconc_floor",
"Q": "t_linoleum_gray",
"W": "t_linoleum_gray",
"Z": "t_linoleum_gray",
Expand Down

0 comments on commit 1da0a4e

Please sign in to comment.