From 61aaee6a0dc7f6c0669bcd3148640db4f8122fee Mon Sep 17 00:00:00 2001 From: RandDenner <73523034+RandDenner@users.noreply.github.com> Date: Sun, 29 Aug 2021 17:16:22 -0400 Subject: [PATCH] Change clothing shop cart generation to be inside the store (#51178) Makes carts check for in-store generation instead of on the grass outside. Made minor adjustments to locations of plants and mannequins (and a wall) to prevent carts from generating in weird obstructed corners. --- data/json/mapgen/s_clothing.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/json/mapgen/s_clothing.json b/data/json/mapgen/s_clothing.json index 97cedd16e5450..7be0cf6e8b759 100644 --- a/data/json/mapgen/s_clothing.json +++ b/data/json/mapgen/s_clothing.json @@ -10,11 +10,11 @@ "rows": [ "...........--...........", "...........--...........", - "..##:::::::**:::::::##..", - "..# y &y&y(y #..", - "..#b ||||||||#..", - "..#J &y& c s #..", - "..#J c D#..", + "..#::::::::**::::::::#..", + "..#y y&y(y&y#..", + "..#b |||||||#..", + "..#J &y& c #..", + "..#J cs D#..", "..#J c y#..", "..#J CyC ccc o..", "..#K b#..", @@ -35,7 +35,7 @@ ], "palettes": [ "standard_building_palette", "clothes_store_palette" ], "place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": [ 0, 0 ], "y": [ 23, 23 ], "chance": 2, "repeat": [ 2, 3 ] } ], - "vehicles": { ".": { "vehicle": "shopping_cart", "chance": 1, "status": 0 } } + "vehicles": { " ": { "vehicle": "shopping_cart", "chance": 1, "status": 0 } } } }, {