// restore scoring since we removed all colors above
manaPoolScore = new Scoring();
if (!isNeededInFuture("G", otherPossiblePlayouts))
manaPoolScore.addScore(copy.getMana("G"), "G");
if (!isNeededInFuture("R", otherPossiblePlayouts))
manaPoolScore.addScore(copy.getMana("R"), "R");
if (!isNeededInFuture("B", otherPossiblePlayouts))
manaPoolScore.addScore(copy.getMana("B"), "B");
if (!isNeededInFuture("U", otherPossiblePlayouts))
manaPoolScore.addScore(copy.getMana("U"), "U");
if (!isNeededInFuture("W", otherPossiblePlayouts))