* Player searches library - The search info is now only put out to game log if the search is not replaced.

This commit is contained in:
LevelX2 2015-01-08 14:35:24 +01:00
parent aa1925051f
commit 59f232fece
2 changed files with 6 additions and 4 deletions

View file

@ -52,8 +52,8 @@ public class PathToExile extends CardImpl {
public PathToExile(UUID ownerId) {
super(ownerId, 15, "Path to Exile", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{W}");
this.expansionSetCode = "CON";
this.color.setWhite(true);
this.expansionSetCode = "CON";
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
this.getSpellAbility().addEffect(new PathToExileEffect());
}