diff --git a/data/json/mapgen/cs_internet_cafe.json b/data/json/mapgen/cs_internet_cafe.json index d7c05619d300..8a7d2dfbf4fd 100644 --- a/data/json/mapgen/cs_internet_cafe.json +++ b/data/json/mapgen/cs_internet_cafe.json @@ -91,7 +91,10 @@ "V": { "item": "ic_merch_vending", "chance": 100 }, "L": { "item": "cleaning", "chance": 100 } }, - "add": [ { "item": "mop", "x": [ 11, 12 ], "y": [ 17, 20 ], "chance": 1 }, { "item": "mop_folded", "x": [ 11, 12 ], "y": [ 17, 20 ], "chance": 1 } ], + "add": [ + { "item": "mop", "x": [ 11, 12 ], "y": [ 17, 20 ], "chance": 1 }, + { "item": "mop_folded", "x": [ 11, 12 ], "y": [ 17, 20 ], "chance": 1 } + ], "place_items": [ { "item": "ic_merch_vending", "x": 3, "y": 7, "chance": 90 }, { "item": "ic_merch_vending", "x": 3, "y": 7, "chance": 90 },