Assets/Scripts/PlayerController.cs
@@ -136,7 +136,7 @@ { get { return animator.GetBool(AnimationStrings.canMove) && !PauseMenu.GameIsPaused && !IsDrilling; return animator.GetBool(AnimationStrings.canMove) && !GameManager.GameIsPaused && !IsDrilling; } }