scout_follower - MSUTeam/MSU GitHub Wiki

Description

The hooked file is scripts/retinue/followers/scout_follower.nut

The movement speed boost of the scout follower is extracted to work with the new MovementSpeedMultFunctions system.

Added Functions

getMovementSpeedMult()
{
    return ::World.Assets.getTerrainTypeSpeedMult(this.World.State.getPlayer().getTile().Type);
}
⚠️ **GitHub.com Fallback** ⚠️