diff --git a/data/json/mapgen_palettes/farm_lots.json b/data/json/mapgen_palettes/farm_lots.json index 11f6cc0258c7..f667983467ca 100644 --- a/data/json/mapgen_palettes/farm_lots.json +++ b/data/json/mapgen_palettes/farm_lots.json @@ -110,6 +110,7 @@ "b": "f_rotary_clothesline", "q": "f_birdbath" }, + "toilets": { "t": { } }, "items": { "k": { "item": "office", "chance": 25 }, "f": { "item": "fridge", "chance": 45, "repeat": [ 1, 4 ] }, @@ -117,6 +118,10 @@ "8": { "item": "homebooks", "chance": 45, "repeat": [ 1, 3 ] }, "r": { "item": "restaur_kitchen", "chance": 45, "repeat": [ 1, 3 ] }, "c": { "item": "kitchen_counters", "chance": 30 }, + "d": [ + { "item": "SUS_dresser_mens", "chance": 50, "repeat": [ 1, 2 ] }, + { "item": "SUS_dresser_womens", "chance": 50, "repeat": [ 1, 2 ] } + ], "u": [ { "item": "kitchen_counters", "chance": 30 }, { "item": "restaur_kitchen", "chance": 50, "repeat": [ 2, 4 ] } ], "D": { "item": "trash", "chance": 20, "repeat": [ 2, 4 ] } }