Update MemorialToFolly.java

Forgot to include 'Enters battlefield tapped' effect
This commit is contained in:
Michael Simons 2018-04-08 20:17:33 -04:00 committed by GitHub
parent a941372e88
commit 6bf89c9626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.