mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fix verify failure
This commit is contained in:
parent
457e16d4cd
commit
c3b54648a5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public final class VoldarenThrillseeker extends CardImpl {
|
||||||
);
|
);
|
||||||
ability.addCost(new SacrificeSourceCost().setText("sacrifice this creature"));
|
ability.addCost(new SacrificeSourceCost().setText("sacrifice this creature"));
|
||||||
ability.addTarget(new TargetAnyTarget());
|
ability.addTarget(new TargetAnyTarget());
|
||||||
this.addAbility(ability);
|
backupAbility.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
private VoldarenThrillseeker(final VoldarenThrillseeker card) {
|
private VoldarenThrillseeker(final VoldarenThrillseeker card) {
|
||||||
|
|
Loading…
Reference in a new issue