diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-15 15:22:15 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-15 15:22:15 -0700 |
commit | 796cfe6ee4b45b5676fa097bd413deec80e93f2e (patch) | |
tree | 4f48f8baa62e8970fd1d4070a4740bfaa82a8ab8 | |
parent | Fix music store tile id. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-796cfe6ee4b45b5676fa097bd413deec80e93f2e.tar.xz |
Add new overmap tiles for:
-Gambling Hall, Mortuary, Pawn Shop, Bakery
Fix one boxing gym variant "gym" not receiving the tile.
-rw-r--r-- | tile_config.json | 12 | ||||
-rw-r--r-- | zz_more_overmap.png | bin | 6957 -> 7722 bytes |
2 files changed, 8 insertions, 4 deletions
diff --git a/tile_config.json b/tile_config.json index 645c8b9..1cb489d 100644 --- a/tile_config.json +++ b/tile_config.json @@ -15429,7 +15429,7 @@ {"id": ["dairy_farm_NW", "2farm_4", "2farm_roof_4"], "fg": [9459, 9460, 9461, 9462], "rotates": true}, {"id": ["dairy_farm_SW", "dairy_farm_SW_roof", "dairy_farm_isherwood_SW", "dairy_farm_isherwood_SW_roof"], "fg": [9467, 9468, 9469, 9470], "rotates": true}, {"id": "deep_rock", "fg": 9471, "rotates": false}, -{"id": ["derelict_property", "bunker_shop_g"], "fg": 9472, "rotates": true}, +{"id": ["derelict_property", "bunker_shop_g", "looted_building"], "fg": 9472, "rotates": true}, {"id": "lake_shore_dock_small", "fg": 9474, "rotates": false}, {"id": "lake_dock_small", "fg": 9473, "rotates": false}, {"id": ["dump"], "fg": 9475, "rotates": false}, @@ -24770,15 +24770,19 @@ {"id": ["s_restaurant_fast","s_restaurant_fast_1"], "fg": 19159, "rotates": false}, {"id": ["s_restaurant_coffee","s_restaurant_coffee_1","s_restaurant_coffee_2"], "fg": 19160, "rotates": false}, {"id": ["s_teashop","s_teashop_1"], "fg": 19161, "rotates": false}, -{"id": ["bar"], "fg": 19162, "rotates": false}, +{"id": ["bar", "bar_1"], "fg": 19162, "rotates": false}, {"id": ["s_liquor"], "fg": 19163, "rotates": false}, {"id": ["s_sports"], "fg": 19164, "rotates": false}, {"id": ["recyclecenter","recyclecenter_1","recyclecenter_2"], "fg": 19165, "rotates": false}, {"id": ["gym_fitness"], "fg": 19166, "rotates": false}, -{"id": ["gym_boxing"], "fg": 19167, "rotates": false}, +{"id": ["gym","gym_boxing"], "fg": 19167, "rotates": false}, {"id": ["s_bookstore","s_bookstore_1"], "fg": 19168, "rotates": false}, {"id": ["s_library","s_library_1"], "fg": 19169, "rotates": false}, -{"id": ["s_music"], "fg": 19170, "rotates": false}], +{"id": ["s_music"], "fg": 19170, "rotates": false}, +{"id": ["gambling_hall","gambling_hall_1"], "fg": 19171, "rotates": false}, +{"id": ["mortuary"], "fg": 19172, "rotates": false}, +{"id": ["pawn","pawn_1"], "fg": 19173, "rotates": false}, +{"id": ["bakery"], "fg": 19174, "rotates": false}], "//": "range 19137 to 19472"}, {"file": "fallback.png", "//": "Also placeholder tiles for shotgun cone blast", diff --git a/zz_more_overmap.png b/zz_more_overmap.png Binary files differindex 275f444..9c93e1c 100644 --- a/zz_more_overmap.png +++ b/zz_more_overmap.png |