diff --git a/engine/match.go b/engine/match.go index 871b71b..fe55e27 100644 --- a/engine/match.go +++ b/engine/match.go @@ -364,7 +364,7 @@ func (mr *MatchRunner) generateMap(gs *GameState, numPlayers int) { var primaryRadius, secondaryRadius float64 if numPlayers == 2 { - primaryRadius = 0.15 // ~6.8 tiles from center on 40x40 grid (~13.6 tiles apart) + primaryRadius = 0.20 // ~8 tiles from center on 40x40 grid (~16 tiles apart) secondaryRadius = 0.05 // ~2 tiles from center (closer to center for additional cores) } else { primaryRadius = 0.10 // ~5 tiles from center on 50x50 grid