this.expansionSetCode = "TSP";
this.color.setBlue(true);
// Split second
this.addAbility(new SplitSecondAbility());
// Return target permanent to its owner's hand.
this.getSpellAbility().addTarget(new TargetPermanent());
this.getSpellAbility().addEffect(new ReturnToHandTargetEffect());
}