diff --git a/Mage.Sets/src/mage/cards/h/HeapedHarvest.java b/Mage.Sets/src/mage/cards/h/HeapedHarvest.java index ce26f3f44b6..55d52307517 100644 --- a/Mage.Sets/src/mage/cards/h/HeapedHarvest.java +++ b/Mage.Sets/src/mage/cards/h/HeapedHarvest.java @@ -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)