From 9cc81168e9d281e313201821558cc4b8099ee05d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 21 Jun 2023 23:06:14 -0700 Subject: Fix generic parking lot tile. Fix the infamous loffice_tower again. --- tile_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tile_config.json b/tile_config.json index 503e158..0e90a94 100644 --- a/tile_config.json +++ b/tile_config.json @@ -82338,7 +82338,7 @@ "necropolis_a_61", "necropolis_a_76" ], - "fg": 10187, + "fg": 10299, "rotates": false }, { @@ -123736,7 +123736,7 @@ "loffice_tower_16", "loffice_tower_20" ], - "fg": [19042, 19041, 19043, 19044], + "fg": [19044, 19042, 19041, 19043], "bg": 18754, "rotates": true }, @@ -123748,7 +123748,7 @@ "loffice_tower_14", "loffice_tower_18" ], - "fg": [19044, 19042, 19041, 19043], + "fg": [19042, 19041, 19043, 19044], "bg": 18754, "rotates": true }, -- cgit v1.2.1