Skip to content

Commit

Permalink
Use correct param id
Browse files Browse the repository at this point in the history
  • Loading branch information
Milopetilo committed Nov 10, 2024
1 parent 0cc2675 commit 6695bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/mapgen/office_tower_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
"object": {
"fill_ter": "t_open_air",
"palettes": [ "parametrized_highrise_walls_palette" ],
"place_terrain": [ { "ter": { "param": "exterior_wall_type", "fallback": "t_concrete_wall" }, "x": 0, "y": 23 } ]
"place_terrain": [ { "ter": { "param": "exterior_highrise_wall_type", "fallback": "t_concrete_wall" }, "x": 0, "y": 23 } ]
}
}
]

0 comments on commit 6695bfa

Please sign in to comment.