From 9f94abef484b546daff5aa41b0c3a05ca3009021 Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Tue, 31 Dec 2019 02:03:03 +0000 Subject: [PATCH] Fix level of indention error. --- data/json/mapgen/nested/retail_nested.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/json/mapgen/nested/retail_nested.json b/data/json/mapgen/nested/retail_nested.json index ee87fcfdf9425..48f3c48b02fe2 100644 --- a/data/json/mapgen/nested/retail_nested.json +++ b/data/json/mapgen/nested/retail_nested.json @@ -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 ] } - ] + } } }, {