/// <summary>
 /// Pause the star flask animation (but stay lit)
 /// </summary>
 public void StopAnimation()
 {
     sprite.PauseAnim();
 }