-
Notifications
You must be signed in to change notification settings - Fork 6
scout_follower
taroeld edited this page Apr 9, 2022
·
1 revision
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.
getMovementSpeedMult()
{
return ::World.Assets.getTerrainTypeSpeedMult(this.World.State.getPlayer().getTile().Type);
}- NOTE: MSU guarantees backwards compatibility for documented features and code only. Undocumented features/code of MSU may be changed at any time without notice, so we advise against using/referencing such code in your projects.
- For bug reports or feature requests, please create issues.
- If you would like to join the team, write to us at msu.team@protonmail.com.