diff --git a/scripts/_00e_theriantrophist_wolfattributes.pex b/scripts/_00e_theriantrophist_wolfattributes.pex index 11220db7..727517c0 100644 Binary files a/scripts/_00e_theriantrophist_wolfattributes.pex and b/scripts/_00e_theriantrophist_wolfattributes.pex differ diff --git a/source/scripts/_00e_theriantrophist_wolfattributes.psc b/source/scripts/_00e_theriantrophist_wolfattributes.psc index f190976e..5d5aa94d 100644 --- a/source/scripts/_00e_theriantrophist_wolfattributes.psc +++ b/source/scripts/_00e_theriantrophist_wolfattributes.psc @@ -140,7 +140,7 @@ State WolfForm staminaMod = 0 carryCapacityMod = PlayerREF.GetActorValue("CarryWeight") - WerewolfBaseCarryCapacity - humanSpeedMult = PlayerREF.GetActorValue("speedMult") + humanSpeedMult = PlayerREF.GetBaseActorValue("speedMult") ; If the player is under the influence of a slowdown magic effect, take the player's normal speedMult from Fame AV. See FrostSlowFix.psc Float fFame = PlayerREF.GetBaseActorValue("Fame") If fFame > humanSpeedMult