mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +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);
|
||||
|
||||
// ward 2
|
||||
this.addAbility(new SimpleStaticAbility(
|
||||
new GainAbilityAttachedEffect(
|
||||
new WardAbility(new GenericManaCost(2), false), AttachmentType.AURA
|
||||
).setText("Enchanted creature has ward {2}.")
|
||||
));
|
||||
this.addAbility(new SimpleStaticAbility(new GainAbilityAttachedEffect(
|
||||
new WardAbility(new GenericManaCost(2), true), AttachmentType.AURA
|
||||
)));
|
||||
}
|
||||
|
||||
private ChainsOfCustody(final ChainsOfCustody card) {
|
||||
|
|
Loading…
Reference in a new issue