player shouldn't kick themselves

This commit is contained in:
Melbyj1125
2022-03-02 14:17:14 -06:00
parent 9b9e847ba9
commit 48bdf66fc6
3 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ public class MoveRagdollState : MoveBaseState
public override void ExitState(MoveStateManager mSM, MoveBaseState nextState){
mSM.pStats.GravVel = 60; // resets gravVel
mSM.pStats.GravVel = 80; // resets gravVel
mSM.capCol.enabled = false; // disable capsule collider
mSM.moveController.enabled = true; // enable move controller
mSM.rB.isKinematic = true; // enable kinematic