Skip to content

Commit

Permalink
coordinateclue: Add information to hardwood grove clue (#11489)
Browse files Browse the repository at this point in the history
This commit adds a note to the clue's description indicating the trading
stick cost to enter the hardwood grove.
  • Loading branch information
NKimball1 authored May 7, 2020
1 parent 19f1b7f commit ec69939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private CoordinateClueInfo(@Nonnull String directions, boolean lightRequired, Va
// Elite
.put(new WorldPoint(2357, 3151, 0), new CoordinateClueInfo("Lletya."))
.put(new WorldPoint(3587, 3180, 0), new CoordinateClueInfo("Meiyerditch."))
.put(new WorldPoint(2820, 3078, 0), new CoordinateClueInfo("Tai Bwo Wannai. Hardwood Grove."))
.put(new WorldPoint(2820, 3078, 0), new CoordinateClueInfo("Tai Bwo Wannai. Hardwood Grove. 100 Trading sticks or elite Karamja diary completion is needed to enter."))
.put(new WorldPoint(3811, 3060, 0), new CoordinateClueInfo("Small island north-east of Mos Le'Harmless.", true, Varbits.FIRE_PIT_MOS_LE_HARMLESS))
.put(new WorldPoint(2180, 3282, 0), new CoordinateClueInfo("North of Iorwerth Camp."))
.put(new WorldPoint(2870, 2997, 0), new CoordinateClueInfo("North-east corner in Shilo Village."))
Expand Down

0 comments on commit ec69939

Please sign in to comment.