this.expansionSetCode = "C13";
this.color.setBlue(true);
// Choose left or right. Starting with you and proceeding in the chosen direction, each player chooses a creature controlled by the next player in that direction. Each player gains control of the creature he or she chose.
this.getSpellAbility().addChoice(new ChoiceLeftOrRight());
this.getSpellAbility().addEffect(new OrderOfSuccessionEffect());
}