diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-26 15:29:43 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-26 15:29:43 -0700 |
commit | dd5251367f44a8cadd83ba529dcab7ba3c16e744 (patch) | |
tree | 7f3c41cee773db7bc57dd2b37be7817415943ff2 | |
parent | Fix typo in homeless shelter tiles. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-dd5251367f44a8cadd83ba529dcab7ba3c16e744.tar.xz |
Fix farm2_8.
-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 6f014d1..54b1334 100644 --- a/tile_config.json +++ b/tile_config.json @@ -17413,7 +17413,7 @@ { "id": "cs_tire_shop_roof", "fg": 9672, "bg": 9878, "rotates": false }, { "id": [ "dairy_farm_SE", "dairy_farm_SE_roof", "dairy_farm_isherwood_SE", "dairy_farm_isherwood_SE_roof" ], "fg": [ 9681, 9684, 9683, 9682 ], "rotates": true }, { "id": "dairy_farm_NE", "fg": [ 9673, 9676, 9675, 9674 ], "rotates": true }, - { "id": [ "2farm_8" ], "fg": [ 9680, 9679, 9679, 9677 ], "rotates": true }, + { "id": [ "2farm_8" ], "fg": [ 9680, 9679, 9678, 9677 ], "rotates": true }, { "id": [ "dairy_farm_NW", "2farm_4", "2farm_roof_4" ], "fg": [ 9677, 9680, 9679, 9678 ], "rotates": true }, { "id": [ "dairy_farm_SW", "dairy_farm_SW_roof", "dairy_farm_isherwood_SW", "dairy_farm_isherwood_SW_roof" ], "fg": [ 9685, 9688, 9687, 9686 ], "rotates": true }, { "id": "deep_rock", "fg": 9689, "rotates": false }, |