Skip to content

Commit

Permalink
Hondo Ohnaka range is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandrem committed Feb 24, 2021
1 parent b0577d5 commit 8112645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private void StartMultiselect()
private bool FilterMultiSelection(GenericShip ship)
{
DistanceInfo distInfo = new DistanceInfo(HostShip, ship);
return distInfo.Range >= 1 && distInfo.Range <= 2 && AllShipsInSelectionAreSameTeam(ship);
return distInfo.Range >= 1 && distInfo.Range <= 3 && AllShipsInSelectionAreSameTeam(ship);
}

private bool AllShipsInSelectionAreSameTeam(GenericShip ship)
Expand Down

0 comments on commit 8112645

Please sign in to comment.