diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-26 15:20:34 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-04-26 15:20:34 -0700 |
commit | e488e757a331568b87a38eed59c14061f6a85b4c (patch) | |
tree | 03fcc26fc12787e48f1915715b6982a7c1fc02df | |
parent | Missing commas. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-e488e757a331568b87a38eed59c14061f6a85b4c.tar.xz |
Fix typo in homeless shelter tiles.
Fix missing reference to mil_base_7c.
-rw-r--r-- | tile_config.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tile_config.json b/tile_config.json index db5c267..6f014d1 100644 --- a/tile_config.json +++ b/tile_config.json @@ -18668,17 +18668,17 @@ { "id": "home_improvement_roof", "fg": 9766, "bg": 9878, "rotates": false }, { "id": [ "homeless_0_0_0", "homeless_0_0_1", "homeless_0_0_2", "homeless_0_0_roof" ], - "fg": [ 9768, 9767, 9770, 9765 ], + "fg": [ 9768, 9767, 9770, 9769 ], "rotates": true }, { "id": [ "mil_base_3d", "mil_base_3d1", "mil_base_3e", "mil_base_3e1" ], - "fg": [ 9765, 9768, 9767, 9770 ], + "fg": [ 9769, 9768, 9767, 9770 ], "rotates": true }, { "id": [ "mil_base_5d", "mil_base_5d1", "mil_base_6d", "mil_base_6d1", "mil_base_7d", "mil_base_7d1" ], - "fg": [ 9770, 9765, 9768, 9767 ], + "fg": [ 9770, 9769, 9768, 9767 ], "rotates": true }, { @@ -18692,7 +18692,7 @@ "rotates": true }, { - "id": [ "mil_base_5c", "mil_base_5c1", "mil_base_6c", "mil_base_6c1" ], + "id": [ "mil_base_5c", "mil_base_5c1", "mil_base_6c", "mil_base_6c1", "mil_base_7c", "mil_base_7c1" ], "fg": [ 9768, 9767, 9770, 9769 ], "rotates": true }, |