From c153462706653a26bb831dbf012f3826f8daccd7 Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Wed, 26 Oct 2022 20:22:17 -0500 Subject: [PATCH] Desert Camel Defined the location of the camel in the desert in the NPC category. --- stardew-access/assets/static-tiles.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 9378d14..9a4f593 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -766,6 +766,11 @@ "y": [27], "type": "interactable" }, + "Camel": { + "x": [38], + "y": [24], + "type": "npc" + }, "Desert Trader": { "x": [42], "y": [23],