mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Heaped Harvest - fixed that it trigger only once on enters and sacrifice (#13309)
This commit is contained in:
parent
30af2ef2c8
commit
a63ad8f99c
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public final class HeapedHarvest extends CardImpl {
|
|||
this.subtype.add(SubType.FOOD);
|
||||
|
||||
// When Heaped Harvest enters and when you sacrifice it, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.
|
||||
this.addAbility(new OrTriggeredAbility(Zone.BATTLEFIELD, new SearchLibraryPutInPlayEffect(
|
||||
this.addAbility(new OrTriggeredAbility(Zone.ALL, new SearchLibraryPutInPlayEffect(
|
||||
new TargetCardInLibrary(StaticFilters.FILTER_CARD_BASIC_LAND_A), true), true,
|
||||
"When {this} enters and when you sacrifice it, ",
|
||||
new EntersBattlefieldTriggeredAbility(null), new SacrificeSourceTriggeredAbility(null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue