private bool ShotOnTarget(Player targetPlayer, GeoCoordinate shotLocation) { return GetGeoDistanceBetween(shotLocation, targetPlayer.Location) < shotBlastRadius; }