From 6518426757ddd33a072c1d1fff56eaab61f2eadc Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sat, 13 Apr 2024 23:38:31 -0700
Subject: Add alias for leg_sheath6 Fix PublicPond north/south rotation

---
 tile_config.json | 6 ++++--
 1 file 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",
-- 
cgit v1.2.1