mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
* 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:
parent
aa1925051f
commit
59f232fece
2 changed files with 6 additions and 4 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue