From 99553331d807cdd7e085142c0ebcff89b7ddb502 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 22 Jun 2023 00:18:35 -0700 Subject: Fix BotanicalGarden roofs again. Fix isherwood dairy farm. Fix helipad base helipads. --- tile_config.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tile_config.json b/tile_config.json index 5839f51..3ca19be 100644 --- a/tile_config.json +++ b/tile_config.json @@ -76901,14 +76901,14 @@ "rotates": true }, { - "id": [ "BotanicalGarden_1a_roof", "horse_farm_isherwood_9_roof" ], - "fg": [9685, 9686, 9683, 9684 ], + "id": [ "BotanicalGarden_1a_roof", "horse_farm_9_roof", "horse_farm_isherwood_9_roof" ], + "fg": [9683, 9686, 9685, 9684 ], "bg": 9990, "rotates": true }, { - "id": [ "BotanicalGarden_1b_roof", "horse_farm_9_roof" ], - "fg": [9683, 9684, 9685, 9686], + "id": [ "BotanicalGarden_1b_roof" ], + "fg": [9685, 9684, 9683, 9686], "bg": 9990, "rotates": true }, @@ -78841,6 +78841,8 @@ { "id": [ "generic_helicopter_pad", + "helipad_sw", + "helipad_se", "s_air_helicopter_pad", "mil_base_7i", "hospital_9_roof" @@ -80846,12 +80848,12 @@ }, { "id": [ "dairy_farm_isherwood_W" ], - "fg": [ 10035, 10032, 10038, 10039 ], + "fg": [ 10035, 10032, 10028, 10029 ], "rotates": true }, { "id": [ "dairy_farm_isherwood_E" ], - "fg": [ 10038, 10039, 10035, 10032 ], + "fg": [ 10028, 10029, 10035, 10032 ], "rotates": true }, { -- cgit v1.2.1