Skip to content

Commit

Permalink
Fix level of indention error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Dec 31, 2019
1 parent a8dfebc commit 9f94abe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/json/mapgen/nested/retail_nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -855,12 +855,12 @@
{ "item": "pants", "chance": 50 },
{ "item": "shirts", "chance": 50 },
{ "item": "leather_shop_accessories", "chance": 100 }
],
"B": [
{ "item": "SUS_tailoring_tool_drawer", "chance": 30, "repeat": [ 0, 1 ] },
{ "item": "SUS_tailoring_fasteners", "chance": 30, "repeat": [ 2, 6 ] }
]
},
"B": [
{ "item": "SUS_tailoring_tool_drawer", "chance": 30, "repeat": [ 0, 1 ] },
{ "item": "SUS_tailoring_fasteners", "chance": 30, "repeat": [ 2, 6 ] }
]
}
}
},
{
Expand Down

0 comments on commit 9f94abe

Please sign in to comment.