mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Update MemorialToFolly.java
Forgot to include 'Enters battlefield tapped' effect
This commit is contained in:
parent
a941372e88
commit
6bf89c9626
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue