We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440bb1b commit 3ceca2fCopy full SHA for 3ceca2f
sc2/bot_ai.py
@@ -148,7 +148,7 @@ def expansion_locations(self) -> Dict[Point2, Units]:
148
# any resource in a group is closer than 6 to any resource of another group
149
150
# Distance we group resources by
151
- RESOURCE_SPREAD_THRESHOLD = 6
+ RESOURCE_SPREAD_THRESHOLD = 8.5
152
minerals = self.state.mineral_field
153
geysers = self.state.vespene_geyser
154
all_resources = minerals | geysers
0 commit comments