diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-08-16 21:10:01 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-08-16 21:10:01 -0700 |
commit | 6903b995b8adae0dc0150deb6e1f0d8843f4c4e9 (patch) | |
tree | ae4c11315b7fbcf3a9de1bbd7e5bb4d20e6a079c | |
parent | Fix landscaping supply store overmap multi-tile. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-6903b995b8adae0dc0150deb6e1f0d8843f4c4e9.tar.xz |
Another rotation fix for farms.
-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 f516547..870eed6 100644 --- a/tile_config.json +++ b/tile_config.json @@ -15440,7 +15440,7 @@ {"id": ["farm_lot_wire_turn_v", "farm_lot_wire_turn_v_open"], "fg": [9484, 9485, 9486, 9483], "bg": [], "rotates": true}, {"id": ["farm_lot_wire_turn_h", "farm_lot_wire_turn_h_open"], "fg": [9484, 9485, 9486, 9483], "bg": [], "rotates": true}, {"id": ["farm_lot_wire_straight_v", "farm_lot_wire_straight_v_open"], "fg": [9481, 9482, 9479, 9480], "bg": [], "rotates": true}, -{"id": ["farm_lot_wire_straight_h", "farm_lot_wire_straight_h_open"], "fg": [9479, 9482, 9481, 9480], "bg": [], "rotates": true}, +{"id": ["farm_lot_wire_straight_h", "farm_lot_wire_straight_h_open"], "fg": [9479, 9480, 9481, 9482], "bg": [], "rotates": true}, {"id": ["field", "special_field", "necropolis_a_1", "necropolis_a_18", "necropolis_a_27", "necropolis_a_3", "necropolis_a_36", "necropolis_a_4", "necropolis_a_45", "necropolis_a_72", "necropolis_a_73", "necropolis_a_80", "necropolis_a_81", "necropolis_a_9", "mil_base_1a", "mil_base_1b", "mil_base_1d", "mil_base_1e", "mil_base_1f", "mil_base_1g", "mil_base_1h", "mil_base_1i", "mil_base_1k", "mil_base_2a", "mil_base_2b", "mil_base_2c", "mil_base_2h", "mil_base_2i", "mil_base_2j", "mil_base_2k", "mil_base_3a", "mil_base_3b", "mil_base_3c", "mil_base_3k", "mil_base_4k", "mil_base_5b", "mil_base_6b", "mil_base_7b", "mil_base_8a", "mil_base_8b", "mil_base_8c", "mil_base_8d", "mil_base_8j", "mil_base_8k", "stadium_1_2", "stadium_1_3", "stadium_2_2", "stadium_2_3"], "fg": [{"weight": 3, "sprite": 9487}, {"weight": 3, "sprite": 9488}, {"weight": 3, "sprite": 9489}, |