public override bool IsActionPossible(IAvatar avatar)
 {
     return(!avatar.IsPlayingMinigame());
 }