diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-13 23:38:31 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-13 23:38:31 -0700 |
commit | 6518426757ddd33a072c1d1fff56eaab61f2eadc (patch) | |
tree | 0be294a65fbec1a0d5c51ecad1a688dbb6aedf70 | |
parent | Add missing close bracket. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-6518426757ddd33a072c1d1fff56eaab61f2eadc.tar.xz |
Add alias for leg_sheath6
Fix PublicPond north/south rotation
-rw-r--r-- | tile_config.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tile_config.json b/tile_config.json index c3e10c2..353bab1 100644 --- a/tile_config.json +++ b/tile_config.json @@ -3410,6 +3410,8 @@ { "id": "overlay_wielded_sheath", "fg": 1884, "rotates": false }, { "id": "sheath", "fg": 1884, "rotates": false }, { "id": "overlay_worn_sheath", "fg": 1885, "rotates": false }, + { "id": "leg_sheath6", "fg": 1884, "rotates": false }, + { "id": "overlay_worn_leg_sheath6", "fg": 1885, "rotates": false }, { "id": "overlay_wielded_sheath_birchbark", "fg": 1886, "rotates": false }, { "id": "sheath_birchbark", "fg": 1886, "rotates": false }, { "id": "overlay_worn_sheath_birchbark", "fg": 1887, "rotates": false }, @@ -17231,8 +17233,8 @@ { "id": [ "BotanicalGarden_1b_roof" ], "fg": [ 9781, 9780, 9779, 9782 ], "bg": 10120, "rotates": true }, { "id": "NatureTrail_1a", "fg": 9783, "rotates": false }, { "id": "NatureTrail_1b", "fg": 9784, "rotates": false }, - { "id": "PublicPond_1a", "fg": [ 9785, 9786, 9787, 9788 ], "rotates": true }, - { "id": "PublicPond_1b", "fg": [ 9787, 9788, 9785, 9786 ], "rotates": true }, + { "id": "PublicPond_1a", "fg": [ 9785, 9788, 9787, 9786 ], "rotates": true }, + { "id": "PublicPond_1b", "fg": [ 9787, 9786, 9785, 9788 ], "rotates": true }, { "id": [ "orchard", |