//RAGE public void ActivateRageMode() { inRageMode = true; currTree.HandleStartRage(); rageBarPresenter.ActivateRage(); //TO DO: Stop timer and input for the animation myLumberJack.StartRageMode(); StopGameTimeFor(myLumberJack.rageStartDuration); }