diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-26 16:52:26 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-26 16:52:26 -0700 |
commit | 27138b5bdcb7fa5ea6dc62d37799f8cacb25fb44 (patch) | |
tree | 0277c3b36db2d0c55738e649a934f5fed8bc15aa | |
parent | Fix loffice tower not rotating. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-27138b5bdcb7fa5ea6dc62d37799f8cacb25fb44.tar.xz |
Fix above ground silos missing a background.
-rw-r--r-- | tile_config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tile_config.json b/tile_config.json index 29da29f..d655cb2 100644 --- a/tile_config.json +++ b/tile_config.json @@ -17026,7 +17026,7 @@ ], "fg": 9565, "rotates": false }, - { "id": [ "2silos_1", "2silos_2", "2silos_roof", "ranch_camp_57_roof", "ranch_camp_57_silo", "ranch_camp_57_silocap" ], "fg": 9566, "rotates": false }, + { "id": [ "2silos_1", "2silos_2", "2silos_roof", "ranch_camp_57_roof", "ranch_camp_57_silo", "ranch_camp_57_silocap" ], "fg": 9566, "bg": 9878, "rotates": false }, { "id": "BotanicalGarden_1a", "fg": [ 9567, 9570, 9569, 9568 ], "rotates": true }, { "id": [ "horse_farm_9", "horse_farm_isherwood_9" ], "fg": [ 9567, 9570, 9569, 9568 ], "rotates": true }, { "id": "BotanicalGarden_1b", "fg": [ 9569, 9568, 9567, 9570 ], "rotates": true }, |