mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
fix verify failure
This commit is contained in:
parent
4757356bc2
commit
62b1eeb4ed
1 changed files with 3 additions and 5 deletions
|
@ -45,11 +45,9 @@ public final class ChainsOfCustody extends CardImpl {
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
||||||
// ward 2
|
// ward 2
|
||||||
this.addAbility(new SimpleStaticAbility(
|
this.addAbility(new SimpleStaticAbility(new GainAbilityAttachedEffect(
|
||||||
new GainAbilityAttachedEffect(
|
new WardAbility(new GenericManaCost(2), true), AttachmentType.AURA
|
||||||
new WardAbility(new GenericManaCost(2), false), AttachmentType.AURA
|
)));
|
||||||
).setText("Enchanted creature has ward {2}.")
|
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private ChainsOfCustody(final ChainsOfCustody card) {
|
private ChainsOfCustody(final ChainsOfCustody card) {
|
||||||
|
|
Loading…
Reference in a new issue