diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-22 00:18:35 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-22 00:18:35 -0700 |
commit | 99553331d807cdd7e085142c0ebcff89b7ddb502 (patch) | |
tree | badbbea46280a3b72c37238121cdf7365d029675 /tile_config.json | |
parent | Yet more porting errors fixed: (diff) | |
download | cataclysm-dda-tileset_undeadpeople-99553331d807cdd7e085142c0ebcff89b7ddb502.tar.xz |
Fix BotanicalGarden roofs again.
Fix isherwood dairy farm.
Fix helipad base helipads.
Diffstat (limited to 'tile_config.json')
-rw-r--r-- | tile_config.json | 14 |
1 files 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 }, { |