void FailCatch()
 {
     bobberBehaviour.isInWater = false;
     mashMode = false;
     buttonIndicatorAnimator.SetTrigger("BadPress");
     DoReel();
     fishManager.EndBiteSequence(CatchResult.Fail);
 }