Skip to content

Commit 3ceca2f

Browse files
committed
Increase resource threshold for automaton middle bases
1 parent 440bb1b commit 3ceca2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2/bot_ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def expansion_locations(self) -> Dict[Point2, Units]:
148148
# any resource in a group is closer than 6 to any resource of another group
149149

150150
# Distance we group resources by
151-
RESOURCE_SPREAD_THRESHOLD = 6
151+
RESOURCE_SPREAD_THRESHOLD = 8.5
152152
minerals = self.state.mineral_field
153153
geysers = self.state.vespene_geyser
154154
all_resources = minerals | geysers

0 commit comments

Comments
 (0)