Merge pull request #7542 from unmrshl/kebos-hotcold-locations
Add 3 new Kebos clue spots to HotColdLocation.
This commit is contained in:
@@ -170,7 +170,10 @@ public enum HotColdLocation
|
|||||||
ZEAH_MESS_HALL(new WorldPoint(1658, 3621, 0), ZEAH, "East of Mess hall."),
|
ZEAH_MESS_HALL(new WorldPoint(1658, 3621, 0), ZEAH, "East of Mess hall."),
|
||||||
ZEAH_WATSONS_HOUSE(new WorldPoint(1653, 3573, 0), ZEAH, "East of Watson's house."),
|
ZEAH_WATSONS_HOUSE(new WorldPoint(1653, 3573, 0), ZEAH, "East of Watson's house."),
|
||||||
ZEAH_VANNAHS_FARM_STORE(new WorldPoint(1806, 3521, 0), ZEAH, "North of Vannah's Farm Store, between the chicken coop and willow trees."),
|
ZEAH_VANNAHS_FARM_STORE(new WorldPoint(1806, 3521, 0), ZEAH, "North of Vannah's Farm Store, between the chicken coop and willow trees."),
|
||||||
ZEAH_FARMING_GUILD(new WorldPoint(1227, 3712, 0), ZEAH, "South-west of the Farming Guild.");
|
ZEAH_FARMING_GUILD_SW(new WorldPoint(1227, 3712, 0), ZEAH, "South-west of the Farming Guild."),
|
||||||
|
ZEAH_FARMING_GUILD_W(new WorldPoint(1209, 3737, 0), ZEAH, "West of the Farming Guild."),
|
||||||
|
ZEAH_DAIRY_COW(new WorldPoint(1320, 3718, 0), ZEAH, "North-east of the Kebos Lowlands, east of the dairy cow."),
|
||||||
|
ZEAH_CRIMSON_SWIFTS(new WorldPoint(1186, 3583, 0), ZEAH, "South-west of the Kebos Swamp, below the crimson swifts.");
|
||||||
|
|
||||||
private final WorldPoint worldPoint;
|
private final WorldPoint worldPoint;
|
||||||
private final HotColdArea hotColdArea;
|
private final HotColdArea hotColdArea;
|
||||||
|
|||||||
Reference in New Issue
Block a user