From c00ae77d03a958a969f475521e5f64a9a6aaa7f1 Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Mon, 2 May 2022 14:28:13 +0530 Subject: [PATCH] Added sewer tiles --- stardew-access/static-tiles.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/stardew-access/static-tiles.json b/stardew-access/static-tiles.json index 94ebf5d..485947c 100644 --- a/stardew-access/static-tiles.json +++ b/stardew-access/static-tiles.json @@ -1831,5 +1831,26 @@ "y":[16], "type":"door" } + }, + "sewer": + { + "Exit Ladder": + { + "x":[16], + "y":[10], + "type":"door" + }, + "Statue Of Uncertainty": + { + "x":[8], + "y":[20], + "type":"interactable" + }, + "Mutant Bug Lair": + { + "x":[3], + "y":[19], + "type":"door" + } } } \ No newline at end of file