mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-04-24 23:37:29 -05:00
updated weather values
This commit is contained in:
parent
5b6b4a2cb9
commit
b80aea96fd
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -186,8 +186,8 @@ public class PlayerStats : MonoBehaviour
|
|||
curTraction += 2;
|
||||
}
|
||||
|
||||
acc *= .5;
|
||||
curAcc *= .5;
|
||||
acc *= .5f;
|
||||
curAcc *= .5f;
|
||||
accModification = -acc;
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user