Skip to content

Commit

Permalink
Fix linting (#36701)
Browse files Browse the repository at this point in the history
  • Loading branch information
anothersimulacrum authored and KorGgenT committed Jan 4, 2020
1 parent 5c8e01c commit f32f08b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions data/json/mapgen/house/house06.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"............^..........."
],
"palettes": [ "standard_domestic_palette" ],
"set": [
{ "point": "terrain", "id": "t_tree_apple", "x": [ 0, 14 ], "y": [ 0, 0 ], "chance": 40, "repeat": [ 1, 2 ] }
],
"set": [ { "point": "terrain", "id": "t_tree_apple", "x": [ 0, 14 ], "y": [ 0, 0 ], "chance": 40, "repeat": [ 1, 2 ] } ],
"terrain": { "%": [ "t_region_shrub", "t_region_shrub_fruit", "t_region_shrub_decorative" ] },
"place_loot": [
{ "group": "livingroom", "x": [ 1, 10 ], "y": [ 8, 13 ], "chance": 90, "repeat": [ 1, 5 ] },
Expand Down

0 comments on commit f32f08b

Please sign in to comment.