mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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.addTarget(new TargetAnyTarget());
|
||||
this.addAbility(ability);
|
||||
backupAbility.addAbility(ability);
|
||||
}
|
||||
|
||||
private VoldarenThrillseeker(final VoldarenThrillseeker card) {
|
||||
|
|
Loading…
Reference in a new issue