diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-03 11:53:09 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-03 11:53:09 -0800 |
commit | 5e5bfa4178af695a31f061289d7ccdb9026b6a8a (patch) | |
tree | 66704460b2c96cc475ba3cd3cf63143b2f792369 | |
parent | Fix house_02 and house_modern_1 (diff) | |
download | cataclysm-dda-tileset_undeadpeople-5e5bfa4178af695a31f061289d7ccdb9026b6a8a.tar.xz |
Fix missing garage_gas_roof_1 bg variable.
Fix house_suicide missing a tile.
Fix typo of s_grocery_1.
Fix pool roofs using generic roofs.
-rw-r--r-- | tile_config.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/tile_config.json b/tile_config.json index d9cb978..4396d54 100644 --- a/tile_config.json +++ b/tile_config.json @@ -18585,6 +18585,7 @@ { "id": [ "garage_gas_roof", "garage_gas_roof_1" ], "fg": 9740, + "bg": 9861, "rotates": false }, { "id": "gym", "fg": 9741, "rotates": false }, @@ -18752,6 +18753,7 @@ "house_prepper2", "house_quiverfull", "house_rv", + "house_suicide", "house_toolshed", "house_vacant", "house_vacant2", @@ -20177,11 +20179,6 @@ "movietheater_roof_2_0", "movietheater_roof_2_1", "movietheater_roof_2_2", - "pool_roof", - "pool_roof_1", - "pool_roof_2", - "pool_roof_3", - "pool_roof_4", "s_vfw_roof", "s_reststop_1_roof", "s_reststop_2_roof" @@ -20211,7 +20208,12 @@ "pool_3", "pool_4", "pool_5", - "pool_6" + "pool_6", + "pool_roof", + "pool_roof_1", + "pool_roof_2", + "pool_roof_3", + "pool_roof_4" ], "fg": 9881, "rotates": false @@ -21018,7 +21020,7 @@ { "id": "s_gardening_roof", "fg": 10050, "bg": 9861, "rotates": false }, { "id": [ "s_gas", "s_gas_1", "s_gas_rural", "necropolis_a_78" ], "fg": 10051, "rotates": false }, { "id": [ "s_gas_roof", "s_gas_roof_1", "s_gas_rural_roof" ], "fg": 10052, "bg": 9861, "rotates": false }, - { "id": [ "s_grocery", "s_grocer_1", "necropolis_a_28", "necropolis_a_29" ], "fg": 10053, "rotates": false }, + { "id": [ "s_grocery", "s_grocery_1", "necropolis_a_28", "necropolis_a_29" ], "fg": 10053, "rotates": false }, { "id": [ "s_grocery_roof", "s_grocery_roof_1" ], "fg": 10054, "bg": 9861, "rotates": false }, { "id": [ "s_gun", "s_gun_1", "s_gun_2", "s_gun_3", "s_gun_4", "s_gunstore", "mil_base_5e", "mil_base_6e" ], "fg": 10055, "rotates": false }, { |