diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-27 02:34:40 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-27 02:34:40 -0800 |
commit | ec640c229fdd4443892ccc9cf955ea1948ada2e1 (patch) | |
tree | 5a46528a6ce1662d10befeeaf98ac8f241bda27b /tile_config.json | |
parent | Change the single tile dump overmap to look like other single tile dumps. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-ec640c229fdd4443892ccc9cf955ea1948ada2e1.tar.xz |
Add aliases for hospital roof and bungalow 6/7/8
Diffstat (limited to 'tile_config.json')
-rw-r--r-- | tile_config.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tile_config.json b/tile_config.json index 3d7462e..b748594 100644 --- a/tile_config.json +++ b/tile_config.json @@ -17107,6 +17107,9 @@ "bungalow03", "bungalow04", "bungalow05", + "bungalow06", + "bungalow07", + "bungalow08", "house_35", "house_36", "house_37", @@ -17997,7 +18000,7 @@ { "id": [ "generic_cropland" ], "fg": 9750, "rotates": false }, { "id": [ "generic_forest", "lumbermill_dforest" ], "fg": 9751, "rotates": false }, { "id": [ "generic_hospital" ], "fg": 9752, "rotates": false }, - { "id": [ "mil_base_5h1", "mil_base_5h", "mil_base_5i1", "mil_base_5i", "mil_base_6h1", "mil_base_6h", "mil_base_6i1", "mil_base_6i" ], "fg": 9752, "rotates": false }, + { "id": [ "hospital_1_roof", "hospital_2_roof", "hospital_3_roof", "hospital_4_roof", "hospital_5_roof", "hospital_6_roof", "hospital_7_roof", "hospital_8_roof", "hospital_9_roof", "mil_base_5h1", "mil_base_5h", "mil_base_5i1", "mil_base_5i", "mil_base_6h1", "mil_base_6h", "mil_base_6i1", "mil_base_6i" ], "fg": 9752, "rotates": false }, { "id": [ "generic_pasture", @@ -36280,6 +36283,9 @@ "bungalow03_roof", "bungalow04_roof", "bungalow05_roof", + "bungalow06_roof", + "bungalow07_roof", + "bungalow08_roof", "house_35_roof", "house_36_roof", "house_37_roof", |