public Redirect(UUID ownerId) {
super(ownerId, 71, "Redirect", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{U}{U}");
this.expansionSetCode = "M11";
this.color.setBlue(true);
this.getSpellAbility().addTarget(new TargetSpell());
this.getSpellAbility().addEffect(new ChooseNewTargetsTargetEffect());
}