diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-20 13:31:50 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-20 13:31:50 -0700 |
commit | b3954d05baaa1bf8895173bbde5a13c2fe7f3e39 (patch) | |
tree | 874c3b7f247d6d3c74856ae9ca34467dbfb816b3 | |
parent | Fix necropolis_a_10 rotation again. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-b3954d05baaa1bf8895173bbde5a13c2fe7f3e39.tar.xz |
Change the tile for necropolis b 63 to a basement.
-rw-r--r-- | tile_config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tile_config.json b/tile_config.json index a2bff9d..bae64ac 100644 --- a/tile_config.json +++ b/tile_config.json @@ -18654,7 +18654,6 @@ "necropolis_b_55", "necropolis_b_60", "necropolis_b_61", - "necropolis_b_63", "necropolis_b_72", "necropolis_b_73", "necropolis_b_74", @@ -22002,7 +22001,8 @@ "mil_base_tunnels_i", "necropolis_b_33", "necropolis_b_34", - "necropolis_b_54" + "necropolis_b_54", + "necropolis_b_63" ], "fg": [ { "weight": 25, "sprite": 10496 }, |