mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
fix verify failure
This commit is contained in:
parent
01feb40fa3
commit
b59016ce95
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public final class ThranPowerSuit extends CardImpl {
|
|||
));
|
||||
ability.addEffect(new GainAbilityAttachedEffect(new WardAbility(
|
||||
new GenericManaCost(2), false
|
||||
), AttachmentType.EQUIPMENT).setText("and has ward {2}"));
|
||||
), AttachmentType.EQUIPMENT).setText("and has ward {2} <i>(Whenever equipped creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {2}.)</i>"));
|
||||
this.addAbility(ability);
|
||||
|
||||
// Equip {2}
|
||||
|
|
Loading…
Reference in a new issue