diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java b/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java index e7c8ff36..41b42bad 100644 --- a/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java +++ b/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java @@ -40,7 +40,7 @@ public class TreasureHunter extends ChatPatternListener { locations.put("There's a small house in the gorge, I saw some treasure near there.", "297 87 -562"); locations.put("There's this guy who says he has the best sheep in the world. I think I saw something around his hut.", "392 85 -372"); locations.put("I spotted something by an odd looking mushroom on one of the ledges in the Mushroom Gorge, you should check it out.", "305 73 -557"); - locations.put("There are some small ruins out in the desert, might want to check it out.", "320 102 -471"); + locations.put("There are some small ruins out in the desert, might want to check them out.", "320 102 -471"); locations.put("Some dirt was kicked up by the water pool in the overgrown Mushroom Cave. Have a look over there.", "234 56 -410"); locations.put("There are some old stone structures in the Mushroom Gorge, give them a look.", "223 54 -503"); locations.put("In the Mushroom Gorge where blue meets the ceiling and floor, you will find what you are looking for.", "205 42 -527"); @@ -58,4 +58,4 @@ public class TreasureHunter extends ChatPatternListener { locations.put("I was down near the lower oasis yesterday, I think I saw something under the bridge.", "142 69 -448"); locations.put("I was at the upper oasis today, I recall seeing something on the cobblestone stepping stones.", "188 77 -459"); } -}
\ No newline at end of file +} |