diff --git a/Mage.Sets/src/mage/sets/theros/SpellheartChimera.java b/Mage.Sets/src/mage/sets/theros/SpellheartChimera.java index b649a58a36..946f48e0fd 100644 --- a/Mage.Sets/src/mage/sets/theros/SpellheartChimera.java +++ b/Mage.Sets/src/mage/sets/theros/SpellheartChimera.java @@ -69,7 +69,7 @@ public class SpellheartChimera extends CardImpl { // Trample this.addAbility(TrampleAbility.getInstance()); // Spellheart Chimera's power is equal to the number of instant and sorcery cards in your graveyard. - this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new SpellheartChimeraEffect())); + this.addAbility(new SimpleStaticAbility(Zone.ALL, new SpellheartChimeraEffect())); } public SpellheartChimera(final SpellheartChimera card) { @@ -87,7 +87,7 @@ class SpellheartChimeraEffect extends ContinuousEffectImpl