From 0ff04334a9a226b4a3373d8aeff8e23875a01836 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 7 Feb 2025 21:35:48 -0800 Subject: Fix butcher shop 2 lacking a tile. --- tile_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile_config.json b/tile_config.json index 2aeed4c..b3fba9e 100644 --- a/tile_config.json +++ b/tile_config.json @@ -22375,7 +22375,7 @@ { "id": "s_baseballfield_b2", "fg": [ 11203, 11206, 11205, 11204 ], "rotates": true }, { "id": "s_bike_shop", "fg": 11207, "rotates": false }, { "id": [ "s_bike_shop_roof", "s_bike_shop_roof_1" ], "fg": 11208, "bg": 10885, "rotates": false }, - { "id": [ "s_butcher", "s_butcher_1", "s_butcher_3" ], "fg": 11209, "rotates": false }, + { "id": [ "s_butcher", "s_butcher_1", "s_butcher_2", "s_butcher_3" ], "fg": 11209, "rotates": false }, { "id": [ "s_butcher_roof", "s_butcher_upper_roof", "s_butcher_roof_1", "s_butcher_upper_roof_1", "s_butcher_roof_2" ], "fg": 11210, -- cgit v1.2.1