Merge pull request #10974 from Nightfirecat/center-more-hot-cold-clues
HotColdLocation: Center some location spots
This commit is contained in:
@@ -109,11 +109,13 @@ public class HotColdSolverTest
|
||||
final HotColdSolver solver = createHotColdSolver();
|
||||
final Set<HotColdLocation> firstLocationsSet = Sets.immutableEnumSet(
|
||||
HotColdLocation.FELDIP_HILLS_GNOME_GLITER,
|
||||
HotColdLocation.FELDIP_HILLS_RANTZ,
|
||||
HotColdLocation.FELDIP_HILLS_RED_CHIN,
|
||||
HotColdLocation.KARAMJA_KHARAZI_NE,
|
||||
HotColdLocation.KARAMJA_CRASH_ISLAND);
|
||||
final Set<HotColdLocation> secondLocationsSet = firstLocationsSet.stream()
|
||||
.filter(location -> location != HotColdLocation.FELDIP_HILLS_GNOME_GLITER)
|
||||
.filter(location -> location != HotColdLocation.FELDIP_HILLS_GNOME_GLITER
|
||||
&& location != HotColdLocation.FELDIP_HILLS_RANTZ)
|
||||
.collect(Collectors.toSet());
|
||||
final Set<HotColdLocation> thirdLocationSet = secondLocationsSet.stream()
|
||||
.filter(location -> location != HotColdLocation.FELDIP_HILLS_RED_CHIN)
|
||||
@@ -139,7 +141,6 @@ public class HotColdSolverTest
|
||||
HotColdLocation.KARAMJA_KHARAZI_SW,
|
||||
HotColdLocation.KARAMJA_CRASH_ISLAND,
|
||||
HotColdLocation.FELDIP_HILLS_SW,
|
||||
HotColdLocation.FELDIP_HILLS_RANTZ,
|
||||
HotColdLocation.FELDIP_HILLS_RED_CHIN,
|
||||
HotColdLocation.FELDIP_HILLS_SE));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user