AvailableCombinationsTools act = new AvailableCombinationsTools(availcomb);
Hand hand = new Hand(dfs.getCurrentBoard().getPlayingCards().getPlayerCards());
Combination topCombination = act.getTopCombination();
Flush flushDraw = act.analyzeFlush(true);
Straight straightDraw = act.analyzeStraight(true);
if (availcomb.getFlushDraws() != null && availcomb.getFlushDraws().size() != 0 &&
flushDraw == null)
if (topCombination.getCombinationValue() < new Flush().getCombinationValue())