From a51af7055e132c2e2f699fc273355a19fb9cbe66 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Mon, 13 Jan 2020 15:07:54 +0400 Subject: [PATCH] fixed Sentinel's Eyes (missing ability); --- Mage.Sets/src/mage/cards/s/SentinelsEyes.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Mage.Sets/src/mage/cards/s/SentinelsEyes.java b/Mage.Sets/src/mage/cards/s/SentinelsEyes.java index d596b8e456..84c3a0ff12 100644 --- a/Mage.Sets/src/mage/cards/s/SentinelsEyes.java +++ b/Mage.Sets/src/mage/cards/s/SentinelsEyes.java @@ -41,6 +41,7 @@ public final class SentinelsEyes extends CardImpl { ability.addEffect(new GainAbilityAttachedEffect( VigilanceAbility.getInstance(), AttachmentType.AURA ).setText("and has vigilance")); + this.addAbility(ability); // Escape—{W}, Exile two other cards from your graveyard. this.addAbility(new EscapeAbility(this, "{W}", 2));