diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-30 20:44:52 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-30 20:44:52 -0700 |
commit | 8473d7817d3b0a005a20c7eed48b008cf36d267b (patch) | |
tree | 2e521e099da3248c0e06bfecb3e96881039adc72 | |
parent | Fix prison overmap for reals this time. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-8473d7817d3b0a005a20c7eed48b008cf36d267b.tar.xz |
Change the house_fortified_roof to look like the less jarringly wrong house_fortified.
-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 0dbe976..f20ee3f 100644 --- a/tile_config.json +++ b/tile_config.json @@ -19280,7 +19280,6 @@ "necropolis_a_10_roof", "necropolis_a_54_roof", "necropolis_a_63_roof", - "house_fortified_roof", "house_roof", "house_suicide_roof", "house_inner_garden_roof", @@ -19307,6 +19306,7 @@ { "id": [ "house_fortified", + "house_fortified_roof", "faction_base_camp_0", "faction_base_camp_1", "faction_base_camp_2", |