mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
fixed Sentinel's Eyes (missing ability);
This commit is contained in:
parent
4d2790be3f
commit
a51af7055e
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ public final class SentinelsEyes extends CardImpl {
|
||||||
ability.addEffect(new GainAbilityAttachedEffect(
|
ability.addEffect(new GainAbilityAttachedEffect(
|
||||||
VigilanceAbility.getInstance(), AttachmentType.AURA
|
VigilanceAbility.getInstance(), AttachmentType.AURA
|
||||||
).setText("and has vigilance"));
|
).setText("and has vigilance"));
|
||||||
|
this.addAbility(ability);
|
||||||
|
|
||||||
// Escape—{W}, Exile two other cards from your graveyard.
|
// Escape—{W}, Exile two other cards from your graveyard.
|
||||||
this.addAbility(new EscapeAbility(this, "{W}", 2));
|
this.addAbility(new EscapeAbility(this, "{W}", 2));
|
||||||
|
|
Loading…
Reference in a new issue