diff --git a/Assets/Scripts/Model/Content/SecondEdition/Upgrades/Crew/HondoOhnaka.cs b/Assets/Scripts/Model/Content/SecondEdition/Upgrades/Crew/HondoOhnaka.cs index 8a18e0a9f8..f4bd59112e 100644 --- a/Assets/Scripts/Model/Content/SecondEdition/Upgrades/Crew/HondoOhnaka.cs +++ b/Assets/Scripts/Model/Content/SecondEdition/Upgrades/Crew/HondoOhnaka.cs @@ -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)