diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-30 17:48:19 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-30 17:48:19 -0700 |
commit | 6acd48ae38867259dcc2f66c610e705c2486fad8 (patch) | |
tree | 5c2af21c5e25c41ab745904f24eb1141e5e12fdc | |
parent | Compact yet more refugee center entries. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-6acd48ae38867259dcc2f66c610e705c2486fad8.tar.xz |
Compact a few double entries for clarity.
-rw-r--r-- | tile_config.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tile_config.json b/tile_config.json index 4c3f7ef..6a12772 100644 --- a/tile_config.json +++ b/tile_config.json @@ -21755,9 +21755,9 @@ "fg": 11439, "rotates": false }, - { "id": [ "generic_city_building", "generic_necropolis_surface_building" ], "fg": 11440, "rotates": false }, - { - "id": [ + { + "id": [ + "generic_city_building", "generic_necropolis_surface_building", "mil_base_5g", "mil_base_6g", "necropolis_a_13", @@ -21898,9 +21898,9 @@ }, { "id": "generic_cropland", "fg": 11446, "rotates": false }, { "id": "generic_forest", "fg": 11447, "rotates": false }, - { "id": "generic_hospital", "fg": 11448, "rotates": false }, { "id": [ + "generic_hospital", "hospital_1_roof", "hospital_2_roof", "hospital_3_roof", @@ -21925,8 +21925,7 @@ { "id": [ "generic_parking_lot", "s_lot_no_sidewalk" ], "fg": 11450, "rotates": false }, { "id": [ - "generic_parking", - "generic_mall_parking", + "generic_parking", "generic_mall_parking", "s_lot", "loffice_tower_1", "loffice_tower_2", |