updated weather values

This commit is contained in:
Melbyj1125 2022-02-28 13:44:20 -06:00
parent 5b6b4a2cb9
commit b80aea96fd
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ public class dMoveSlideState : dMoveBaseState
//if state is crouch revert traction
else{
mSM.pStats.Traction = originalTraction;
mSM.pStats.CurTraction = mSM.pStats.Traction;
}
}

View File

@ -186,8 +186,8 @@ public class PlayerStats : MonoBehaviour
curTraction += 2;
}
acc *= .5;
curAcc *= .5;
acc *= .5f;
curAcc *= .5f;
accModification = -acc;
break;