diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-02-07 21:35:48 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-02-07 21:35:48 -0800 |
commit | 0ff04334a9a226b4a3373d8aeff8e23875a01836 (patch) | |
tree | 43d1cd7c96e2d26a586d0bcd38115ea6869e9066 | |
parent | Fix several holy books lacking background tiles. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-0ff04334a9a226b4a3373d8aeff8e23875a01836.tar.xz |
Fix butcher shop 2 lacking a tile.
-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 2aeed4c..b3fba9e 100644 --- a/tile_config.json +++ b/tile_config.json @@ -22375,7 +22375,7 @@ { "id": "s_baseballfield_b2", "fg": [ 11203, 11206, 11205, 11204 ], "rotates": true }, { "id": "s_bike_shop", "fg": 11207, "rotates": false }, { "id": [ "s_bike_shop_roof", "s_bike_shop_roof_1" ], "fg": 11208, "bg": 10885, "rotates": false }, - { "id": [ "s_butcher", "s_butcher_1", "s_butcher_3" ], "fg": 11209, "rotates": false }, + { "id": [ "s_butcher", "s_butcher_1", "s_butcher_2", "s_butcher_3" ], "fg": 11209, "rotates": false }, { "id": [ "s_butcher_roof", "s_butcher_upper_roof", "s_butcher_roof_1", "s_butcher_upper_roof_1", "s_butcher_roof_2" ], "fg": 11210, |