From 6bf89c9626e71504a02f80eb989ccde68d7036e3 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Sun, 8 Apr 2018 20:17:33 -0400 Subject: [PATCH] Update MemorialToFolly.java Forgot to include 'Enters battlefield tapped' effect --- Mage.Sets/src/mage/cards/m/MemorialToFolly.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Mage.Sets/src/mage/cards/m/MemorialToFolly.java b/Mage.Sets/src/mage/cards/m/MemorialToFolly.java index 8003a19571..625381f9ae 100644 --- a/Mage.Sets/src/mage/cards/m/MemorialToFolly.java +++ b/Mage.Sets/src/mage/cards/m/MemorialToFolly.java @@ -51,6 +51,11 @@ public class MemorialToFolly extends CardImpl { public MemorialToFolly(UUID ownerId, CardSetInfo setInfo) { super(ownerId,setInfo,new CardType[]{CardType.LAND},""); + // Memorial to Folly enters the battlefield tapped. + this.addAbility(new EntersBattlefieldTappedAbility()); + + + this.addAbility(new BlackManaAbility()); // {2}{B}, {T}, Sacrifice Memorial to Folly: Return target creature card from your graveyard to your hand.