I GOT IT! Took quite a while to find the spot that needed changing, but the code itself is tiny.
Game_Follower.prototype.increaseSteps = function() {
Game_CharacterBase.prototype.increaseSteps.call(this);
this._pattern = $gamePlayer._pattern;
};