From 5cdf1da37fa4bcfe663f86b860d640f337a92ad3 Mon Sep 17 00:00:00 2001
From: Mohammad Shoaib <shoaib.khan20@outlook.com>
Date: Mon, 2 May 2022 13:02:02 +0530
Subject: [PATCH] Added manor house tiles

---
 stardew-access/static-tiles.json | 45 ++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/stardew-access/static-tiles.json b/stardew-access/static-tiles.json
index b88892d..b117bb5 100644
--- a/stardew-access/static-tiles.json
+++ b/stardew-access/static-tiles.json
@@ -1558,5 +1558,50 @@
             "y":[9],
             "type":"interactable"
         }
+    },
+    "manorhouse":
+    {
+        "Exit":
+        {
+            "x":[4],
+            "y":[11],
+            "type":"door"
+        },
+        "Town Ledger Book":
+        {
+            "x":[2],
+            "y":[5],
+            "type":"interactable"
+        },
+        "Marriage Log Book":
+        {
+            "x":[3],
+            "y":[5],
+            "type":"interactable"
+        },
+        "Lost and Found Box":
+        {
+            "x":[4],
+            "y":[5],
+            "type":"interactable"
+        },
+        "Mayor's Room Door":
+        {
+            "x":[16],
+            "y":[9],
+            "type":"door"
+        },
+        "Mayor's Oven":
+        {
+            "x":[7],
+            "y":[4],
+            "type":"decoration"
+        },
+        "Mayor's Fridge":
+        {
+            "x":[9],
+            "y":[4],
+            "type":"decoration"
+        }
     }
 }
\ No newline at end of file